Expand description
Column-oriented dataframe storage, joins, keys, and indexing.
Modules§
- column_
store - Column-oriented storage, typed arrays, and frame operations.
- index
- Row-level hashing and indexing utilities.
- join
- Join strategies and relation descriptors.
- key
- Column key type with name, id, and data-type metadata.
- python
Structs§
- Data
Frame - User-facing dataframe: a
ColumnFramewith attached constants and metadata.
Enums§
- TopN
- Controls how many rows to take from a sorted dataframe.