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

Featuretools support for pandas 2.0.0 #1096

Closed
thehomebrewnerd opened this issue Jul 31, 2020 · 0 comments
Closed

Featuretools support for pandas 2.0.0 #1096

thehomebrewnerd opened this issue Jul 31, 2020 · 0 comments
Assignees

Comments

@thehomebrewnerd
Copy link
Contributor

Pandas has a running list of deprecations in versions 1.x that will be removed in 2.0. This list can be found here.

This issue will serve as a list of items that need to be updated in Featuretools to ensure compatibility with pandas 2.0.

  • Update Week transform primitive to use new Series.dt.isocalendar().week approach and remove code that suppresses the FutureWarning related to this deprecation. This new approach is only available in pandas 1.1.0 and newer.
  • Update pandas minimum version requirement in requirements.txt to the lowest possible version that works with all the other changes in this list
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

No branches or pull requests

1 participant