eval - 'Call' nodes are not implemented · Issue #4893 · pandas-dev/pandas (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