Documentation Index
Fetch the complete documentation index at: https://docs.onyx-robotics.com/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
The pandas DataFrame containing the time series data.
List of column names to include as features.
Time step between samples in seconds.
Optional configuration object. If provided,
features and dt are ignored.Attributes
The underlying pandas DataFrame.
Configuration object containing:
features: List of feature namesdt: Time step in secondstype: Always “dataset”
Example
Create from DataFrame
Load from Engine
OnyxDatasetConfig
The config object contains metadata about the dataset:| Attribute | Type | Description |
|---|---|---|
type | str | Always “dataset” (read-only) |
features | List[str] | Feature column names |
dt | float | Time step in seconds |
Data Format Requirements
The DataFrame should:- Contain numeric columns for all features
- Have no missing values (NaN)
- Be sampled at regular time intervals
- Have columns matching the feature names