Skip to content

Commit c97b53a

Browse files
suristeramotl
authored andcommitted
Bump pandas and sqlalchemy
1 parent 17c16fc commit c97b53a

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

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

Lines changed: 3 additions & 14 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 batch import \n",
10+
"This notebook guides you through an example of how to import and work with\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": "e0649e64",
68+
"id": "a31d75fa072055fe",
6969
"metadata": {
70-
"scrolled": true
70+
"collapsed": false
7171
},
7272
"outputs": [],
7373
"source": [
@@ -111,17 +111,6 @@
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-
],
125114
"source": [
126115
"from pueblo.util.environ import getenvpass\n",
127116
"from cratedb_toolkit.datasets import load_dataset\n",

0 commit comments

Comments
 (0)