Closed hanusek closed 1 year ago
Hello. I would like to use the library to create a CSV file from HashMap<String, Vec<i64>>. Where String is the header name and Vec is a vector with values in a column.
CSV file
HashMap<String, Vec<i64>>
String
Vec
Questions like this are why Discussions are enabled for this repository.
Hello. I would like to use the library to create a
CSV file
fromHashMap<String, Vec<i64>>
. WhereString
is the header name andVec
is a vector with values in a column.