Notebook: How to Build Time Series Applications with CrateDB

This notebook illustrates how to import and work with time series data using CrateDB and Dask DataFrames. Dask is a framework to parallelize operations on pandas data frames.

[Notebook on GitHub][dask-weather-data-github] [Notebook on Colab][dask-weather-data-colab]

Data I/O

Python Dask SQL