You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Pandas has a running list of deprecations in versions
1.x
that will be removed in2.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.
Week
transform primitive to use newSeries.dt.isocalendar().week
approach and remove code that suppresses theFutureWarning
related to this deprecation. This new approach is only available in pandas 1.1.0 and newer.requirements.txt
to the lowest possible version that works with all the other changes in this listThe text was updated successfully, but these errors were encountered: