Skip to content

Commit 3513b7c

Browse files
ckurzeamotl
authored andcommitted
Added dask to README
1 parent 43adcf2 commit 3513b7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

topic/timeseries/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ repository, e.g. about machine learning, to see predictions and AutoML in action
5151

5252
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.
5353

54+
- `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)
55+
56+
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.
5457

5558
## Software Tests
5659

0 commit comments

Comments
 (0)