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 May 6, 2024
1 parent 20e537b commit f85dfbe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 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 dask 'pandas==2.0.0' 'crate[sqlalchemy]' 'cratedb-toolkit==0.0.10' 'pueblo>=0.0.7' kaggle"
]
"#!pip install dask pandas 'crate[sqlalchemy]'"
],
"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
8 changes: 4 additions & 4 deletions topic/timeseries/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
crate[sqlalchemy]==0.35.2
cratedb-toolkit[datasets]==0.0.10
refinitiv-data<1.7
pandas<2
pycaret==3.3.2
pandas<2.2.1
pycaret==3.3.1
pydantic<2
sqlalchemy<2
refinitiv-data<1.7
sqlalchemy>=1.0,<2.1

0 comments on commit f85dfbe

Please sign in to comment.