You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Spark 2.0, I am able to successfully install the python library (%sh pip install spark-df-profiling) , run the import command (import spark_df_profiling) and (report = spark_df_profiling.ProfileReport(df)
However, this does not work on Spark 1.5.2. As per the documentation on Github, it says that Spark 1.5 + is supported and is compatible with 2.0. Is there something that I need to do in addition to the pip install and setting up the Six===1.10.0 library ?
See screenshot below - this works just fine in Spark 2.0 (on Databricks, but get the error in 1.5.2)
The text was updated successfully, but these errors were encountered:
On Spark 2.0, I am able to successfully install the python library (%sh pip install spark-df-profiling) , run the import command (import spark_df_profiling) and (report = spark_df_profiling.ProfileReport(df)
However, this does not work on Spark 1.5.2. As per the documentation on Github, it says that Spark 1.5 + is supported and is compatible with 2.0. Is there something that I need to do in addition to the pip install and setting up the Six===1.10.0 library ?
See screenshot below - this works just fine in Spark 2.0 (on Databricks, but get the error in 1.5.2)
The text was updated successfully, but these errors were encountered: