Pyfolio version? capstone not working

Course Name: Financial Time Series Analysis for Trading, Section No: 26, Unit No: 6, Unit type: Notebook

which version of pyfolio were you guys using? running locally im getting: "

AttributeError: 'Series' object has no attribute 'iteritems'

"

Hi Sebastian,



The pyfolio library is not maintained anymore and hence you might face errors when you use the library. As a workaround, pyfolio-reloaded was created, which is maintained regularly. The version for pyfolio-reloaded is "0.9.4". You can install it using the following code in Jupyter notebook "!pip install pyfolio-reloaded==0.9.4".



Alternatively, if you haven't, you can set up a local virtual environment similar to Quantra Portal as well. You can follow the steps mentioned in the blog Setting Up Python On Your System.



Hope this helps.