--- 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("15T/15T_1.tsfile") schemas = reader.get_all_table_schemas() # Table name(s): redset_15T, redset_1H, redset_5T ```