File tree Expand file tree Collapse file tree 2 files changed +8
-15
lines changed Expand file tree Collapse file tree 2 files changed +8
-15
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 " ,
6666 },
6767 "outputs" : [],
6868 "source" : [
69- " !pip install --upgrade 'cratedb-toolkit' 'dask' 'kaggle' 'pandas==2.0.*' 'pueblo>=0.0.7' 'sqlalchemy-cratedb'"
70- ]
69+ " #!pip install -r requirements.txt"
70+ ],
71+ "metadata" : {
72+ "collapsed" : false
73+ },
74+ "id" : " a31d75fa072055fe"
7175 },
7276 {
7377 "cell_type" : " markdown" ,
106110 {
107111 "cell_type" : " code" ,
108112 "execution_count" : 3 ,
109- "id" : " 8fcc014a" ,
110- "metadata" : {},
111- "outputs" : [
112- {
113- "name" : " stdout" ,
114- "output_type" : " stream" ,
115- "text" : [
116- " Dataset URL: https://www.kaggle.com/datasets/guillemservera/global-daily-climate-data\n "
117- ]
118- }
119- ],
120113 "source" : [
121114 " from pueblo.util.environ import getenvpass\n " ,
122115 " from cratedb_toolkit.datasets import load_dataset\n " ,
Original file line number Diff line number Diff line change 11cratedb-toolkit [datasets ]== 0.0.13
2- refinitiv-data < 1.7
32pandas == 1.*
43pycaret == 3.3.2
54pydantic < 2
5+ refinitiv-data < 1.7
66sqlalchemy == 1.*
77sqlalchemy-cratedb >= 0.36.1 ,< 1
You can’t perform that action at this time.
0 commit comments