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

Error on calling "ProfileReport" #26

Open
EgonVandenrijdt opened this issue Oct 22, 2019 · 0 comments
Open

Error on calling "ProfileReport" #26

EgonVandenrijdt opened this issue Oct 22, 2019 · 0 comments

Comments

@EgonVandenrijdt
Copy link

Hi,

I've imported the "spark_df_profiling" library, and when calling the ProfileReport I get an error (using python 3.7):
Call:

import spark_df_profiling as spkdfprof

resProfiling = spkdfprof.ProfileReport(df)

Messages:

/databricks/python/lib/python3.7/site-packages/pyarrow/init.py:152: UserWarning: pyarrow.open_stream is deprecated, please use pyarrow.ipc.open_stream
warnings.warn("pyarrow.open_stream is deprecated, please use "
/databricks/python/lib/python3.7/site-packages/pyarrow/init.py:152: UserWarning: pyarrow.open_stream is deprecated, please use pyarrow.ipc.open_stream
warnings.warn("pyarrow.open_stream is deprecated, please use "
/databricks/python/lib/python3.7/site-packages/pyarrow/init.py:152: UserWarning: pyarrow.open_stream is deprecated, please use pyarrow.ipc.open_stream
warnings.warn("pyarrow.open_stream is deprecated, please use "

AttributeError: module 'pandas' has no attribute 'tslib'

Thanks!
Kr,
Egon

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