Skip to content

ch03 error with pandas_profiling #14

@g-i-o-r-g-i-o

Description

@g-i-o-r-g-i-o

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions