data_read_submatrix
Access timeseries data from a submatrix via bulk data access. Configure preview size, sampling method, pattern filters, and index handling.
Instructions
Read timeseries data from a submatrix using bulk data access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| submatrix_id | Yes | ID of the submatrix to read | |
| case_insensitive | No | Whether pattern matching should be case insensitive | |
| max_preview_size | No | Maximum number of rows in data preview (default: 100) | |
| date_as_timestamp | No | Convert date columns to pandas timestamps | |
| preview_sampling_method | No | Method for resampling preview data: auto, uniform, time_aware, random, stratified, minmax | auto |
| set_independent_as_index | No | Set the independent column as DataFrame index | |
| measurement_quantity_patterns | No | List of measurement quantity name patterns to include |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||