Re-exports§
pub use candidate::CandidateData;pub use dataframe::python::DataFrameOrDict;pub use dataframe::DataFrame;pub use dataframe::join::JoinBy;pub use dataframe::join::JoinById;pub use dataframe::join::JoinRelation;pub use dataframe::column_store::typed_array::TypedData;pub use dataframe::column_store::typed_array::TypedDataArray;pub use dataframe::column_store::ColumnFrame;pub use dataframe::column_store::KeyIndex;pub use dataframe::column_store::MaybeView;pub use dataframe::index::hash_datavalue;pub use dataframe::key::Key;pub use data_value;pub use ndarray;
Modules§
- candidate
- Row-oriented candidate storage and conversion utilities.
- dataframe
- Column-oriented dataframe storage, joins, keys, and indexing.
- error
- Error types used throughout the crate.
- filter
- Expression-based row filtering for dataframes.
Macros§
Enums§
- Data
Type - Discriminant for the primitive type stored in a column or
DataValue. - Data
Value - Represents a generic value (something like serde_json::Value) which can be converted from/to python and provides other benefits.
Functions§
- detect_
dtype - Autodetector for the data type from
DataValue - detect_
dtype_ arr - Scans a slice of
DataValues and returns the dominantDataType. - trs_
dataframe
Type Aliases§
- MLChef
Map - Convenience alias for a string-keyed map of
DataValuevectors.