File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 77 "source" : [
88 " # How to Build Time Series Applications in CrateDB\n " ,
99 " \n " ,
10- " This notebook guides you through an example of how to batch import \n " ,
10+ " This notebook guides you through an example of how to import and work with \n " ,
1111 " time series data in CrateDB. It uses Dask to import data into CrateDB.\n " ,
1212 " Dask is a framework to parallelize operations on pandas Dataframes.\n " ,
1313 " \n " ,
6565 {
6666 "cell_type" : " code" ,
6767 "execution_count" : null ,
68- "id" : " e0649e64 " ,
68+ "id" : " a31d75fa072055fe " ,
6969 "metadata" : {
70- "scrolled " : true
70+ "collapsed " : false
7171 },
7272 "outputs" : [],
7373 "source" : [
111111 {
112112 "cell_type" : " code" ,
113113 "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- ],
125114 "source" : [
126115 " from pueblo.util.environ import getenvpass\n " ,
127116 " from cratedb_toolkit.datasets import load_dataset\n " ,
You can’t perform that action at this time.
0 commit comments