crate / cratedb-examples

A collection of clear and concise examples how to work with CrateDB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time Series: Modernize notebooks to use recent versions of pandas and SQLAlchemy

amotl opened this issue · comments

Problem

Even if only just conceived, the new notebooks are immediately outdated already, using legacy technologies like pandas 1.x and SQLAlchemy 1.x.

Solution

Provide updates to use more recent / modern versions of both pandas and SQLAlchemy.