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

Unable to run report with pandas 2.1.2 #171

Open
CHALKEB opened this issue Mar 11, 2024 · 0 comments
Open

Unable to run report with pandas 2.1.2 #171

CHALKEB opened this issue Mar 11, 2024 · 0 comments

Comments

@CHALKEB
Copy link

CHALKEB commented Mar 11, 2024

Hi,

I've managed to install and import the latest version of sweetviz(sweetviz-2.3.1-py3-none-any.whl). However, when trying to run the report I'm getting the following error:
AttributeError: 'DataFrame' object has no attribute 'iteritems'
I was able to do a temporary work around by doing "pd.DataFrame.iteritems = pd.DataFrame.items". However, I'm getting another error now "None of ['index'] are in the columns", so I think some of the dependencies may not support the version of pandas I'm using. I'm using pandas 2.1.2.

Thanks

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