Get Thicket ready for breaking changes in Pandas 3.0 #221
Labels
area-deployment
Issues and PRs involving Thicket's packaging and deployment
area-external
Issues and PRs related to external libraries used by Thicket
priority-normal
Normal priority issues and PRs
status-work-in-progress
PR is currently being worked on
Pandas 3.0 adds several breaking changes that will almost certainly cause issues for Thicket. In particular, Pandas 3.0 removes the eager execution mode that has existed since the first release of Pandas. Instead, Pandas 3.0 will use the lazy execution mode (named "Copy-on-Write") that was introduced in version 1.5 and completed in version 2.1. For a (sort-of) full list of changes, see the in-progress changelog: https://pandas.pydata.org/pandas-docs/dev/whatsnew/v3.0.0.html
This PR is for tracking progress on supporting Pandas 3.0
The text was updated successfully, but these errors were encountered: