You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-18Lines changed: 7 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
14
14
<br/>
15
15
16
-
**TimeDataModel** is a metadata-rich container for time series data. It lets you carry your data *and* its context — name, unit, frequency, timezone, location — as a single, self-describing object, fully interoperable with pandas, NumPy, Polars, and PyArrow.
16
+
**TimeDataModel** is a metadata-rich container for time series data. It lets you carry your data *and* its context — name, unit, frequency, timezone — as a single, self-describing object, fully interoperable with pandas, NumPy, Polars, and PyArrow.
17
17
18
18
**⬇️ [Installation](#installation)**
19
19
 | 
@@ -28,7 +28,7 @@
28
28
| Class | Description |
29
29
| :---- | :---------- |
30
30
| 📈 `TimeSeries`| Univariate time series supporting four temporal shapes |
31
-
|📊 `TimeSeriesTable`|Multivariate time series — multiple named columns sharing the same `valid_time` index|
31
+
|📋 `TimeSeriesDescriptor`|Frozen, data-free metadata descriptor — register a series structure before any data exists|
32
32
| 🔷 `DataShape`| Enum that selects which timestamp columns are present: `SIMPLE`, `VERSIONED`, `CORRECTED`, or `AUDIT`|
0 commit comments