1个不稳定版本

0.0.0 2019年8月19日

#19 in #columns

MIT许可证

6KB
153

df

为Rust提供的数据帧库

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

无运行时依赖