Skip to content

Commit c91b484

Browse files
committed
Revert "Chore: Update dask-weather-data-import.ipynb"
This reverts commit f074646.
1 parent a34acd4 commit c91b484

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

topic/timeseries/dask-weather-data-import.ipynb

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"source": [
88
"# How to Build Time Series Applications in CrateDB\n",
99
"\n",
10-
"This notebook guides you through an example of how to import and work with\n",
10+
"This notebook guides you through an example of how to batch import \n",
1111
"time series data in CrateDB. It uses Dask to import data into CrateDB.\n",
1212
"Dask is a framework to parallelize operations on pandas Dataframes.\n",
1313
"\n",
@@ -65,9 +65,9 @@
6565
{
6666
"cell_type": "code",
6767
"execution_count": null,
68-
"id": "a31d75fa072055fe",
68+
"id": "e0649e64",
6969
"metadata": {
70-
"collapsed": false
70+
"scrolled": true
7171
},
7272
"outputs": [],
7373
"source": [
@@ -111,6 +111,17 @@
111111
{
112112
"cell_type": "code",
113113
"execution_count": 3,
114+
"id": "8fcc014a",
115+
"metadata": {},
116+
"outputs": [
117+
{
118+
"name": "stdout",
119+
"output_type": "stream",
120+
"text": [
121+
"Dataset URL: https://www.kaggle.com/datasets/guillemservera/global-daily-climate-data\n"
122+
]
123+
}
124+
],
114125
"source": [
115126
"from pueblo.util.environ import getenvpass\n",
116127
"from cratedb_toolkit.datasets import load_dataset\n",

0 commit comments

Comments
 (0)