--- 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: - time-series - forecasting - benchmark - fev - tsfile - apache-tsfile - modality:timeseries - Time-series - format:tsfile - arxiv:2509.26468 size_categories: - 100K_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.tsfile") schemas = reader.get_all_table_schemas() # Table name(s): ercot_1D, ercot_1H, ercot_1M, ercot_1W ```