Skip to content

Commit

Permalink
Revert "Chore: Update dask-weather-data-import.ipynb"
Browse files Browse the repository at this point in the history
This reverts commit f074646.
  • Loading branch information
amotl committed Jun 19, 2024
1 parent a34acd4 commit c91b484
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 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 import and work with\n",
"This notebook guides you through an example of how to batch import \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": "a31d75fa072055fe",
"id": "e0649e64",
"metadata": {
"collapsed": false
"scrolled": true
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -111,6 +111,17 @@
{
"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 c91b484

Please sign in to comment.