Skip to content

Get Thicket ready for breaking changes in Pandas 3.0 #221

@ilumsden

Description

@ilumsden

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-deploymentIssues and PRs involving Thicket's packaging and deploymentarea-externalIssues and PRs related to external libraries used by Thicketpriority-normalNormal priority issues and PRsstatus-work-in-progressPR is currently being worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions