Skip to content

Commit

Permalink
Added dask to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ckurze authored and amotl committed May 6, 2024
1 parent 43adcf2 commit 3513b7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions topic/timeseries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ repository, e.g. about machine learning, to see predictions and AutoML in action

To ensure the dashboard functions correctly, it's necessary to configure the data source within Grafana. This dashboard uses the `grafana-postgresql-datasource` or another configured default data source. In the data source settings, fill in the necessary parameters to connect to your CrateDB instance. This includes setting up the database name (`database=doc`), user, password, and host.

- `dask-weather-data-import.ipynb` [![Open on GitHub](https://img.shields.io/badge/Open%20on-GitHub-lightgray?logo=GitHub)](dask-weather-data-import.ipynb) [![Open in Collab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/crate/cratedb-examples/blob/main/topic/timeseries/dask-weather-data-import.ipynb)

This notebook walks you through an example to download and insert a larger data set via pandas and dask into CrateDB utilizing dask's capabilities to parallelize operations.

## Software Tests

Expand Down

0 comments on commit 3513b7c

Please sign in to comment.