--- license: other task_categories: - time-series-forecasting task_ids: - univariate-time-series-forecasting - multivariate-time-series-forecasting annotations_creators: - no-annotation source_datasets: - original tags: - forecasting - benchmark - fev - arxiv:2509.26468 - tsfile - modality:timeseries - timeseries - format:tsfile size_categories: - 10K_1.tsfile`, `_2.tsfile`, and so on. Shards listed for the same frequency belong to the same logical table. ## Reading Example ```python from tsfile import TsFileReader reader = TsFileReader("1D/1D_1.tsfile") schemas = reader.get_all_table_schemas() # Table name(s): m5_1D, m5_1M, m5_1W ```