Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: 'module' object is not callable #51

Open
johnescott64 opened this issue Jan 19, 2019 · 0 comments
Open

TypeError: 'module' object is not callable #51

johnescott64 opened this issue Jan 19, 2019 · 0 comments

Comments

@johnescott64
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant