HHammond / PrettyPandas

A Pandas Styler class for making beautiful tables
http://prettypandas.readthedocs.org/
MIT License
415 stars 23 forks source link

TypeError: 'module' object is not callable #51

Open johnescott64 opened 5 years ago

johnescott64 commented 5 years ago

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?