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
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