API Reference#
This is the API reference for pandasCore Python, organized in the style of Polars API documentation.
Index Types
Scalar Types
Window Operations
Accessors
Quick Links#
Data Containers
Index Types
Immutable sequence for axis labels |
|
Memory-efficient monotonic range index |
|
Index with datetime values |
|
Index with timedelta values |
|
Index with period values |
|
Index with interval values |
|
Hierarchical (multi-level) index |
Scalar Types
Single timestamp value |
|
Duration / time difference |
|
Time period (span of time) |
|
Interval between two values |
Window Operations
Split-apply-combine operations |
|
Rolling window operations |
|
Expanding window operations |
|
Exponentially weighted window operations |
|
Time series resampling |