Crate trs_dataframe

Source

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§

candidate
dataframe
error
utils

Macros§

column_frame
df

Enums§

DataType
Data type for the values in the dataframe
DataValue
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

Type Aliases§

MLChefMap