utah

Macro dataframe

Source
macro_rules! dataframe {
    {
    { $ ($column:expr => $data:expr),+}
} => { ... };
}