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 17c16fc commit c97b53a
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 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 @@ -65,9 +65,9 @@
{
"cell_type": "code",
"execution_count": null,
"id": "e0649e64",
"id": "a31d75fa072055fe",
"metadata": {
"scrolled": true
"collapsed": false
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -111,17 +111,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

0 comments on commit c97b53a

Please sign in to comment.