coords
Machinery for coordinates.
See ‘Coordinate Internals’ for the current coord-family and string-coordinate design notes.
Functions
| Name | Description |
|---|---|
| concat_coords | Concatenate monotonic coordinates into a single coordinate. |
| ensure_consistent_dtype | Ensure the values are consistent with dtype. |
| get_compatible_values | Get values compatible with dtype. |
| get_coord | Return a coordinate from provided inputs. |
Classes
| Name | Description |
|---|---|
| BaseCoord | Coordinate interface. |
| CoordArray | A coordinate with arbitrary values in an array. |
| CoordMonotonicArray | A coordinate with strictly increasing or decreasing values. |
| CoordPartial | A coordinate which only contains partial information. |
| CoordRange | A coordinate represent a range of evenly sampled data. |
| CoordSegmented | A coordinate composed of an ordered sequence of monotonic segments. |
| CoordString | A coordinate implementation for string/categorical values. |
| CoordSummary | A summary for coordinates. |