-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
'Series' object has no attribute 'iteritems' - iteritems seems to have been deprecated #704
Comments
edit the plotting.py file in ur site packages folder from iteritems() to items() |
Then it's ValueError: Incompatible indexer with Series...
|
I was just about to open a bug entry here as I haven't got a response to my Stackoverflow question yet. More details to reproduce it can be found here if needed: |
It looks like Pyfolio is not maintained anymore. |
!pip install pandas=1.5.3 problem solved ! |
Problem Description
Get an error when trying to generate Tearsheet. 'Series' object has no attribute 'iteritems'
Apparently Pandas 2.0 deprecated iteritems. I am using pandas 2.1.2.
Will this be fixed?
The text was updated successfully, but these errors were encountered: