import datamancer
import arraymancer
let df1 = readCsv("finances.csv")
echo df1
With nim version:
Nim Compiler Version 1.6.10 [Linux: amd64]
Compiled at 2022-11-21
Copyright (c) 2006-2021 by Andreas Rumpf
git hash: f1519259f85cbdf2d5ff617c6a5534fcd2ff6942
active boot switches: -d:release
Hi @Vindaar , I came across the following error:
While attempting to read the csv file:
Using the code:
With nim version:
Tried with read.csv in R and it reads correctly.