Re-exports§
pub use candidate::CandidateData;
pub use dataframe::DataFrame;
pub use dataframe::join::JoinBy;
pub use dataframe::join::JoinById;
pub use dataframe::join::JoinRelation;
pub use dataframe::column_store::ColumnFrame;
pub use dataframe::column_store::KeyIndex;
pub use dataframe::key::Key;
pub use data_value;
pub use ndarray;
Modules§
Macros§
Enums§
- Data
Type - Data type for the values in the dataframe
- 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