LeeDoYup / RobustSTL

Unofficial Implementation of RobustSTL: A Robust Seasonal-Trend Decomposition Algorithm for Long Time Series (AAAI 2019)
MIT License
271 stars 53 forks source link

What is the format of input? #10

Closed guangtu5 closed 4 years ago

guangtu5 commented 4 years ago

@LeeDoYup Dear Doyup Lee,

I am a starter with Robust STL. How can I import my own data from Excel? What is the format of input?

Kind regards, Jason

LeeDoYup commented 4 years ago

The code and example is based on generated sample. When you use your own data, see the jupyter notebook file and replace the generated sample.

You can load your data according to your data format. (if you load data from excel, refer pandas.read_excel )