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§

Functions§

  • DataFrame from Vec<polars::frame::row::Row> and field names
  • 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, …)

Type Aliases§