Skip to content

Commit b622f59

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

File tree

2 files changed

+7
-18
lines changed

2 files changed

+7
-18
lines changed

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

+4-15
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",
@@ -60,13 +60,13 @@
6060
{
6161
"cell_type": "code",
6262
"execution_count": null,
63-
"id": "e0649e64",
63+
"id": "a31d75fa072055fe",
6464
"metadata": {
65-
"scrolled": true
65+
"collapsed": false
6666
},
6767
"outputs": [],
6868
"source": [
69-
"!pip install --upgrade 'cratedb-toolkit' 'dask' 'kaggle' 'pandas==2.0.*' 'pueblo>=0.0.7' 'sqlalchemy-cratedb'"
69+
"#!pip install -r requirements.txt"
7070
]
7171
},
7272
{
@@ -106,17 +106,6 @@
106106
{
107107
"cell_type": "code",
108108
"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-
],
120109
"source": [
121110
"from pueblo.util.environ import getenvpass\n",
122111
"from cratedb_toolkit.datasets import load_dataset\n",

topic/timeseries/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cratedb-toolkit[datasets]==0.0.13
2-
refinitiv-data<1.7
3-
pandas==1.*
2+
pandas==2.*
43
pycaret==3.3.2
54
pydantic<2
6-
sqlalchemy==1.*
5+
refinitiv-data<1.7
6+
sqlalchemy==2.*
77
sqlalchemy-cratedb>=0.36.1,<1

0 commit comments

Comments
 (0)