Skip to content

Commit

Permalink
Bump pandas and sqlalchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
surister authored and amotl committed Jun 18, 2024
1 parent 7e0350e commit 8568ea4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
21 changes: 7 additions & 14 deletions topic/timeseries/dask-weather-data-import.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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 batch import \n",
"This notebook guides you through an example of how to import and work with\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",
Expand Down Expand Up @@ -66,8 +66,12 @@
},
"outputs": [],
"source": [
"!pip install --upgrade 'cratedb-toolkit' 'dask' 'kaggle' 'pandas==2.0.*' 'pueblo>=0.0.7' 'sqlalchemy-cratedb'"
]
"#!pip install -r requirements.txt"
],
"metadata": {
"collapsed": false
},
"id": "a31d75fa072055fe"
},
{
"cell_type": "markdown",
Expand Down Expand Up @@ -106,17 +110,6 @@
{
"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",
Expand Down
2 changes: 1 addition & 1 deletion topic/timeseries/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cratedb-toolkit[datasets]==0.0.13
refinitiv-data<1.7
pandas==1.*
pycaret==3.3.2
pydantic<2
refinitiv-data<1.7
sqlalchemy==1.*
sqlalchemy-cratedb>=0.36.1,<1

0 comments on commit 8568ea4

Please sign in to comment.