ranaroussi / quantstats

Portfolio analytics for quants, written in Python
Apache License 2.0
4.73k stars 827 forks source link

Html Tearsheet generation is broken due to Pandas 2.0 #259

Closed tibkiss closed 1 year ago

tibkiss commented 1 year ago

Thank you for sharing QuantStats; it is a super awesome library!

We've noticed that the HTML Report generation broke with new installations. Per the short investigation, it seems that the new Pandas release (v2.0.0) changes pivot()s signature, which results in a failure in the report generation.

The last known version of working packages is listed here: https://github.com/deltaray-io/mesosim-tracker/issues/52#issuecomment-1499923685