Skip to content

Comments

Adapt to pandas 3.0#558

Open
tramora wants to merge 1 commit intomainfrom
536-adapt-to-pandas3
Open

Adapt to pandas 3.0#558
tramora wants to merge 1 commit intomainfrom
536-adapt-to-pandas3

Conversation

@tramora
Copy link
Collaborator

@tramora tramora commented Feb 20, 2026

  • For python 3.10, 2.3.3 is still used but with the new pandas StringDtype enabled
  • For python 3.11+, the later 3.0.0+ versions are used

Fixes #536


TODO Before Asking for a Review

  • Rebase your branch to the latest version of main (or main-v10)
  • Make sure all CI workflows are green
  • When adding a public feature/fix: Update the Unreleased section of CHANGELOG.md (no date)
  • Self-Review: Review "Files Changed" tab and fix any problems you find
  • API Docs (only if there are changes in docstrings, rst files or samples):
    • Check the docs build without warning: see the log of the API Docs workflow
    • Check that your changes render well in HTML: download the API Docs artifact and open index.html
    • If there are any problems it is faster to iterate by building locally the API Docs

@tramora tramora force-pushed the 536-adapt-to-pandas3 branch 3 times, most recently from 06aec2d to 6b7e6a5 Compare February 22, 2026 22:26
- For python 3.10, 2.3.3 is still used but with the new pandas StringDtype enabled
- For python 3.11+, the later 3.0.0+ versions are used
@tramora tramora force-pushed the 536-adapt-to-pandas3 branch from 6b7e6a5 to 45f124e Compare February 22, 2026 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adapt to Pandas 3.0.0+

1 participant