1 unstable release

0.0.0 Aug 19, 2019

#18 in #columns

MIT license

6KB
153 lines

df

dataframes for rust

let dataframe = DataFrame::new(
    columns!["width","height","name"],
    data![
            1,2,"hey",
            4,5,"boo"
        ]
)?;

No runtime deps