Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pandas 2.0 Support #94

Merged

Conversation

IzerOnadimQC
Copy link
Collaborator

@IzerOnadimQC IzerOnadimQC commented Sep 8, 2023

Adds support for Pandas 2.0

  • Support pandas 2
  • Test pyarrow 12 and 13
  • Prevent dask from casting all object dtypes to strings
  • Remove tests for pyarrow<=3 as they fail with pandas>=2

Pandas 2.1.0 DataFrame constructor bug causeing timestamps to have
inconsistent units (pandas-dev/pandas#55014).
@IzerOnadimQC IzerOnadimQC changed the title [WIP] Pandas 2.0 Support Pandas 2.0 Support Sep 26, 2023
@IzerOnadimQC IzerOnadimQC marked this pull request as ready for review September 26, 2023 16:36
CHANGES.rst Show resolved Hide resolved
This was referenced Sep 27, 2023
docs/environment-docs.yml Outdated Show resolved Hide resolved
plateau/core/common_metadata.py Outdated Show resolved Hide resolved
setup.cfg Outdated Show resolved Hide resolved
Copy link
Collaborator

@jtilly jtilly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@IzerOnadimQC IzerOnadimQC merged commit d939135 into data-engineering-collective:main Sep 29, 2023
19 of 20 checks passed
@IzerOnadimQC IzerOnadimQC deleted the pandas-2-support branch October 30, 2023 17:26
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.

3 participants