PrettyPandas icon indicating copy to clipboard operation
PrettyPandas copied to clipboard

TypeError: 'module' object is not callable

Open johnescott64 opened this issue 7 years ago • 0 comments

while running this code: ( df4 .pipe(PrettyPandas) .as_currency('USD', subset='Average Value') .as_percent(subset='Yield') .total() .average() ) I get the error: TypeError: 'module' object is not callable.

I've successfully pip installed prettypandas and ran import prettypandas and import babel

All the documentation uses (PrettyPandas). Is this recognizable in Jupyter Notebooks?

johnescott64 avatar Jan 19 '19 12:01 johnescott64