Expand description
Enum-specific DataFrame derive expansion.
Generates a companion struct where every column is Vec<Option<T>>, with
None fill for fields absent in a given variant.
Functionsยง
- derive_
enum_ ๐dataframe - Derive
DataFrameRowfor an enum with#[dataframe(align)]. - generate_
split_ ๐method - Generate the
to_dataframe_splitassociated method for an enumDataFrameRow.