We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
file.csv
import { readCSV } from 'danfojs-node'; const ndf = await readCSV('/Users/ellison/Desktop/file.csv'); ndf.print(); ndf.loc({ rows: [1], columns: ['Variable 1'] }).print(); // error