julioasotodv / spark-df-profiling

Create HTML profiling reports from Apache Spark DataFrames
MIT License
195 stars 77 forks source link

Error on calling "ProfileReport" #26

Open EgonVandenrijdt opened 5 years ago

EgonVandenrijdt commented 5 years ago

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