Skip to content
New issue

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

ch03 error with pandas_profiling #14

Open
g-i-o-r-g-i-o opened this issue Jul 29, 2021 · 0 comments
Open

ch03 error with pandas_profiling #14

g-i-o-r-g-i-o opened this issue Jul 29, 2021 · 0 comments

Comments

@g-i-o-r-g-i-o
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant