AbdullahO / tspdb

tspdb: Time Series Predict DB
Apache License 2.0
185 stars 57 forks source link

Cannot reproduce the data loading process as the demo Jupyter notebook #20

Closed ZhuangyingXu closed 2 years ago

ZhuangyingXu commented 2 years ago

Hi, I wanted to reproduce the financial parts of the demo results. I performed the following steps and seems not working properly:

  1. Copied the tspDB-Demo-checkpoint.ipynb to the notebook_examples and renamed to be "tspDB-Demo-checkpoint-financial.ipynb"
  2. I expanded the load_data.sql inside the demo_data_v3.zip and copied the data, .DS_Store, load_data.sql folders/files to the same base directory as follows: image

But when I try to execute the following line (I entered the password in the Anaconda prompt), it only show lines of drop & create tables, without any data copying process: image

Is that expected? I thought there should be some data copy process as shown in the demo notebook: image

ZhuangyingXu commented 2 years ago

Actually, no responses are needed for this issue anymore. I think I missed out on the Colab version of scripts in the documents. The Colab seems very complete and helpful. Thanks.