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