csvcut + csvstat fails
Created by: denzilc
I am trying to pipe csvcut
on some columns to csvstat
with this command csvcut -c 31,33,39 data.csv | csvstat
but I get the following error :
Row 0 has 11 values, but Table only has 3 columns.
Unfortunately, I can not upload my CSV file due to data security reasons. I tried repeating the same command on the NPR data linked in the tutorial but it works. I'm wondering if we could debug this without having to upload my CSV file.