I would like to create a Time series dataset from a folder that contains parquet files this way:
How can I make Azure Dataset, through the GUI, recognises the timestamp partition as a date and mark my dataset as a time series dataset?
It is supposed to be automatic, but it doesn't work.
Thanks for reaching out to us.
In Azure Machine Learning Studio, you would need to setup partition format similar to python SDK, as follows, assuming your data path is "timeseries/timestamp=2020-01-01/data.parquet": Set up partition format when creating time series dataset