I’m looking to learn reason/ocaml by doing some simple data analysis. I’m starting with analysing expenses listed in a CSV. I’ve taken a look at ocaml-csv in combination with jupyter, but when I compare with code examples I found using F# it looks much more cumbersome: if I understand correctly there’s no direct access to colums by name all all data is string with ocaml-csv.
Is ocaml-csv the best option for manipulating CSV data in reason/ocaml? Anyone having other suggestions or alternatives? Or am I missing something obvious that would allow me to manipulate CSV formatted data as easily as I hoped it would be in reason/ocaml?
Thanks in advance!