File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 7
7
"source" : [
8
8
" # How to Build Time Series Applications in CrateDB\n " ,
9
9
" \n " ,
10
- " This notebook guides you through an example of how to import and work with \n " ,
10
+ " This notebook guides you through an example of how to batch import \n " ,
11
11
" time series data in CrateDB. It uses Dask to import data into CrateDB.\n " ,
12
12
" Dask is a framework to parallelize operations on pandas Dataframes.\n " ,
13
13
" \n " ,
65
65
{
66
66
"cell_type" : " code" ,
67
67
"execution_count" : null ,
68
- "id" : " a31d75fa072055fe " ,
68
+ "id" : " e0649e64 " ,
69
69
"metadata" : {
70
- "collapsed " : false
70
+ "scrolled " : true
71
71
},
72
72
"outputs" : [],
73
73
"source" : [
111
111
{
112
112
"cell_type" : " code" ,
113
113
"execution_count" : 3 ,
114
+ "id" : " 8fcc014a" ,
115
+ "metadata" : {},
116
+ "outputs" : [
117
+ {
118
+ "name" : " stdout" ,
119
+ "output_type" : " stream" ,
120
+ "text" : [
121
+ " Dataset URL: https://www.kaggle.com/datasets/guillemservera/global-daily-climate-data\n "
122
+ ]
123
+ }
124
+ ],
114
125
"source" : [
115
126
" from pueblo.util.environ import getenvpass\n " ,
116
127
" from cratedb_toolkit.datasets import load_dataset\n " ,
You can’t perform that action at this time.
0 commit comments