-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Description
run on google colab
import pandas_profiling
pandas_profiling.ProfileReport(df)
TypeError Traceback (most recent call last)
in ()
1 import pandas_profiling
----> 2 pandas_profiling.ProfileReport(df)
1 frames
/usr/local/lib/python3.7/dist-packages/pandas_profiling/describe.py in describe(df, bins, check_correlation, correlation_threshold, correlation_overrides, check_recoded, pool_size, **kwargs)
390 if name not in names:
391 names.append(name)
--> 392 variable_stats = pd.concat(ldesc, join_axes=pd.Index([names]), axis=1)
393 variable_stats.columns.names = df.columns.names
Metadata
Metadata
Assignees
Labels
No labels