Results 3 issues of Alexander Lehmann

Hi, thanks for the workflow, it's greatly appreciated. I had a little trouble to get it working though. Turns out that I first had to manually do a `gem install...

Hi, `decode` currently returns a `Data.Vector.Vector`. If, however, you want to parse CSV data for further numerical processing, e.g. with `hmatrix`, then a `Data.Vector.Storable.Vector` would be required. Manual conversion between...