We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: