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
After databricks runtime 14, the dataframe type is changed in notebook. It was pyspark.sql.dataframe.DataFrame, but now it is pyspark.sql.connect.dataframe.DataFrame
it fails to work with ydata-profling because ydata-profiling expects either pandas.DataFrame or pyspark.sql.dataframe.DataFrame
Proposed feature
Support pyspark.sql.connect.dataframe.DataFrame for profiling
Alternatives considered
No response
Additional context
The text was updated successfully, but these errors were encountered:
Missing functionality
After databricks runtime 14, the dataframe type is changed in notebook. It was
pyspark.sql.dataframe.DataFrame
, but now it ispyspark.sql.connect.dataframe.DataFrame
it fails to work with ydata-profling because ydata-profiling expects either
pandas.DataFrame
orpyspark.sql.dataframe.DataFrame
Proposed feature
Support
pyspark.sql.connect.dataframe.DataFrame
for profilingAlternatives considered
No response
Additional context
The text was updated successfully, but these errors were encountered: