-
Notifications
You must be signed in to change notification settings - Fork 7
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
Time Series: Update to pandas 2.0 and SQLAlchemy 2.0 #430
Conversation
84050af
to
f85dfbe
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
8568ea4
to
b622f59
Compare
c97b53a
to
f9dc60f
Compare
f9dc60f
to
6058b7d
Compare
6058b7d
to
cbb11e4
Compare
cbb11e4
to
0d7b74b
Compare
- exploratory_data_analysis.ipynb - time-series-decomposition.ipynb They are not ready for pandas 2.x yet, and block others from being upgraded. Apparently, Google Colab now strictly requires pandas 2.x?
0d7b74b
to
cfd1a6c
Compare
We've concluded the update to more recent versions of pandas and SQLAlchemy, according to validation capacities of relevant CI jobs. In order to make it happen, we needed to skip two notebooks from testing on CI, because they are not compatible yet. There is a dedicated issue to track this. Any support is much appreciated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please merge.
About
For the time series notebooks, update pandas and SQLAlchemy to use more recent versions.
Details
An alternative to GH-400, where anyone can collaborate on the same branch. This makes sense if it is a long running one, because, for example, when it needs contributions from more people while we go.
References