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

ImportError: cannot import name 'df_stats' #59

Closed
rohankkathpal opened this issue Aug 14, 2018 · 2 comments
Closed

ImportError: cannot import name 'df_stats' #59

rohankkathpal opened this issue Aug 14, 2018 · 2 comments

Comments

@rohankkathpal
Copy link

Following function doesn't exist:
from bat.utils import df_stats
is there an alternative function available? cant find it in docs

@brifordwylie
Copy link
Member

@rohankkathpal the risky domain notebook needs to be updated a bit (I'll make a ticket for that).. the df_stats did move. you can import it like this...

import bat.dataframe_stats as df_stats

Let me know if that works out okay.

@rohankkathpal
Copy link
Author

Hi, it works, Thank you so much

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

No branches or pull requests

2 participants