QuantEcon / lecture-datascience.myst

Source repository for QuantEcon Datascience
https://datascience.quantecon.org
25 stars 19 forks source link

Pandas updates and deprecations #249

Open doctor-phil opened 1 day ago

doctor-phil commented 1 day ago

Pandas is constantly updating and making big changes and deprecating methods; some of which are core to certain lectures. It's getting harder to keep that pinned version <2.0, since the student's environments are more up to date.

I am worried that eventually upgrading pandas will have huge impacts on some of these notes. Especially the lecture on reshaping.

Collecting relevant substantial changes here so I can go back and try to update it for next term.

add more here as they arise