You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I attempt to create frame using the following line I get the following error.
fname = cym.eval('ExplicitInventoryByAgent', db)
Traceback (most recent call last):
File "", line 1, in
File "/home/robert/.local/lib/python3.4/site-packages/cymetric/evaluator.py", line 82, in eval
return e.eval(str(metric), conds=conds)
File "/home/robert/.local/lib/python3.4/site-packages/cymetric/evaluator.py", line 59, in eval
raw = m(series=series, conds=conds, known_tables=self.known_tables)
File "/home/robert/.local/lib/python3.4/site-packages/cymetric/metrics.py", line 77, in call
return f(series)
File "/home/robert/.local/lib/python3.4/site-packages/cymetric/metrics.py", line 351, in explicit_inventory_by_agent
inv = inv.groupby(level=inv_index).sum()
AttributeError: 'NoneType' object has no attribute 'groupby'
The text was updated successfully, but these errors were encountered:
When I attempt to create frame using the following line I get the following error.
The text was updated successfully, but these errors were encountered: