[Haskell-cafe] Parsing a matrix table with Data.Frames
Tyson Whitehead
twhitehead at gmail.com
Tue Jun 5 21:58:38 UTC 2018
I have a case where some of my data is stored in CSV matrix form like this example of a table telling whether person i has pet j
,cat,dog,goldfish
bill,true,true,false
sue,false,true,true
fred,false,false,true
I can't see any obvious way to read this sort of thing in with the Data.Frames package. Would love to be told differently.
Thanks! -Tyson
More information about the Haskell-Cafe
mailing list