diff --git a/topic/timeseries/dask-weather-data-import.ipynb b/topic/timeseries/dask-weather-data-import.ipynb index 0d614f23..b162ff66 100644 --- a/topic/timeseries/dask-weather-data-import.ipynb +++ b/topic/timeseries/dask-weather-data-import.ipynb @@ -7,7 +7,7 @@ "source": [ "# How to Build Time Series Applications in CrateDB\n", "\n", - "This notebook guides you through an example of how to import and work with\n", + "This notebook guides you through an example of how to batch import \n", "time series data in CrateDB. It uses Dask to import data into CrateDB.\n", "Dask is a framework to parallelize operations on pandas Dataframes.\n", "\n", @@ -65,9 +65,9 @@ { "cell_type": "code", "execution_count": null, - "id": "a31d75fa072055fe", + "id": "e0649e64", "metadata": { - "collapsed": false + "scrolled": true }, "outputs": [], "source": [ @@ -111,6 +111,17 @@ { "cell_type": "code", "execution_count": 3, + "id": "8fcc014a", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Dataset URL: https://www.kaggle.com/datasets/guillemservera/global-daily-climate-data\n" + ] + } + ], "source": [ "from pueblo.util.environ import getenvpass\n", "from cratedb_toolkit.datasets import load_dataset\n",