Crate egui_dataframe
source ·Expand description
egui dataframe
Macros§
- to anyvalue from value and datatype let a = to_any!(3, DataType::UInt64); let b = to_any!(“X”, DataType::Utf8);
Structs§
- DFDesc
- Decorator
Functions§
- named fields from DataFrame
- named schema from DataFrame
- row fields from vec (&str, DataType) (set with column names)
- row schema from vec AnyValue (column names are column_0, column_1, …)