diff --git a/README.md b/README.md index fdc847d..4c5fca0 100644 --- a/README.md +++ b/README.md @@ -46,13 +46,13 @@

-> 📣 TSDB now supports a total of 1️⃣6️⃣8️⃣ time-series datasets ‼️ +> 📣 TSDB now supports a total of 1️⃣6️⃣9️⃣ time-series datasets ‼️ -TSDB is a part of +TSDB is a part of PyPOTS - + (a Python toolbox for data mining on Partially-Observed Time Series), and was separated from PyPOTS for decoupling datasets from learning algorithms. TSDB is created to help researchers and engineers get rid of data collecting and downloading, and focus back on data processing details. TSDB provides all-in-one-stop convenience for downloading and loading open-source time-series datasets (available datasets listed [below](https://github.com/WenjieDu/TSDB#-list-of-available-datasets)). diff --git a/tsdb/loading_funcs/electricity_transformer_temperature.py b/tsdb/loading_funcs/electricity_transformer_temperature.py index 509ea90..39d1bff 100644 --- a/tsdb/loading_funcs/electricity_transformer_temperature.py +++ b/tsdb/loading_funcs/electricity_transformer_temperature.py @@ -25,9 +25,16 @@ def load_ett(local_path): Returns ------- data : dict - A dictionary contains X: - X : pandas.DataFrame - The time-series data of Electricity Load Diagrams. + A dictionary contains all four sub datasets: + ETTm1 : pandas.DataFrame + The time-series data of ETTm1 + ETTm2 : pandas.DataFrame + The time-series data of ETTm2 + ETTh1 : pandas.DataFrame + The time-series data of ETTh1 + ETTh2 : pandas.DataFrame + The time-series data of ETTh2 + """ sub_datasets = [ "ETTm1.csv",