Skip to content

Commit 8568ea4

Browse files
suristeramotl
authored andcommitted
Bump pandas and sqlalchemy
1 parent 7e0350e commit 8568ea4

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

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

Lines changed: 7 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",
@@ -66,8 +66,12 @@
6666
},
6767
"outputs": [],
6868
"source": [
69-
"!pip install --upgrade 'cratedb-toolkit' 'dask' 'kaggle' 'pandas==2.0.*' 'pueblo>=0.0.7' 'sqlalchemy-cratedb'"
70-
]
69+
"#!pip install -r requirements.txt"
70+
],
71+
"metadata": {
72+
"collapsed": false
73+
},
74+
"id": "a31d75fa072055fe"
7175
},
7276
{
7377
"cell_type": "markdown",
@@ -106,17 +110,6 @@
106110
{
107111
"cell_type": "code",
108112
"execution_count": 3,
109-
"id": "8fcc014a",
110-
"metadata": {},
111-
"outputs": [
112-
{
113-
"name": "stdout",
114-
"output_type": "stream",
115-
"text": [
116-
"Dataset URL: https://www.kaggle.com/datasets/guillemservera/global-daily-climate-data\n"
117-
]
118-
}
119-
],
120113
"source": [
121114
"from pueblo.util.environ import getenvpass\n",
122115
"from cratedb_toolkit.datasets import load_dataset\n",

topic/timeseries/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cratedb-toolkit[datasets]==0.0.13
2-
refinitiv-data<1.7
32
pandas==1.*
43
pycaret==3.3.2
54
pydantic<2
5+
refinitiv-data<1.7
66
sqlalchemy==1.*
77
sqlalchemy-cratedb>=0.36.1,<1

0 commit comments

Comments
 (0)