1 unstable release
0.0.0 | Aug 19, 2019 |
---|
#25 in #columns
6KB
153 lines
df
dataframes for rust
let dataframe = DataFrame::new(
columns!["width","height","name"],
data![
1,2,"hey",
4,5,"boo"
]
)?;
0.0.0 | Aug 19, 2019 |
---|
#25 in #columns
6KB
153 lines
dataframes for rust
let dataframe = DataFrame::new(
columns!["width","height","name"],
data![
1,2,"hey",
4,5,"boo"
]
)?;