eval - 'Call' nodes are not implemented (original) (raw)
df = P.DataFrame({'a':[1,1,2,2,3,3]})
df.eval("a.mean()")
raise:
NotImplementedError: 'Call' nodes are not implemented
i hope this will be possible
thank's
Gla
df = P.DataFrame({'a':[1,1,2,2,3,3]})
df.eval("a.mean()")
raise:
NotImplementedError: 'Call' nodes are not implemented
i hope this will be possible
thank's
Gla