crate / cratedb-examples

A collection of clear and concise examples how to work with CrateDB.
Apache License 2.0
8 stars 7 forks source link

Time Series: Fix dependencies, explicitly using `pandas==2.0.*` #492

Closed amotl closed 2 weeks ago

amotl commented 2 weeks ago

About

On resolving dependency issues with the time series notebook(s), @wierdvanderhaar suggested to add these dependencies. They seem to specifically be needed to satisfy Google Colab?

amotl commented 2 weeks ago

Using pandas 2.x is not an option, at least not for the exploratory_data_analysis.ipynb notebook in the same folder.

amotl commented 2 weeks ago

Made obsolete by GH-430, with another backlog item GH-493.