Add read_<format>
functions to the etna.datasets
module for loading TSDataset
directly from files.
#448
ArtemLiA
started this conversation in
Improvements
Replies: 1 comment 9 replies
-
Hi! I'm not sure that we should support 3 formats for loading data from disk and I'm not sure that these formats should be human-readable. But I agree that we probably need 2 things:
This format could be different from the format we use in |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Hi! I suggest to add to the
etna.datasets
module functionsread_<format>
, where format = csv, excel and other popular file formats for storing tabular data, for reading files intoTSDataset
objects. What do you think about that?Thoughts
It would be perfect to add support of all formats available in
pandas
. But as first three it seem to me optimal to add support of reading ofcsv
,excel
andsql
formats.Related
No response
Beta Was this translation helpful? Give feedback.
All reactions