-
Notifications
You must be signed in to change notification settings - Fork 288
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels