File tree Expand file tree Collapse file tree 2 files changed +11
-18
lines changed Expand file tree Collapse file tree 2 files changed +11
-18
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 dask 'pandas==2.0.0' 'crate[sqlalchemy]' 'cratedb-toolkit==0.0.10' 'pueblo>=0.0.7' kaggle"
70- ]
69+ " #!pip install dask pandas 'crate[sqlalchemy]'"
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 11crate [sqlalchemy ]== 0.35.2
22cratedb-toolkit [datasets ]== 0.0.10
3- refinitiv-data < 1.7
4- pandas < 2
5- pycaret == 3.3.2
3+ pandas < 2.2.1
4+ pycaret == 3.3.1
65pydantic < 2
7- sqlalchemy < 2
6+ refinitiv-data < 1.7
7+ sqlalchemy >= 1.0 ,< 2.1
You can’t perform that action at this time.
0 commit comments