Hi!
I am trying to break a csv into no. of csvs equal to no. of rows in the dataset so that I can upload them with a numerical label. I get an error:
Uploading 1 file…
[1/1] Failed to upload 1.csv: For CSV files without a timestamp column, need exactly one line with values (but found 2)
Done. Files uploaded successful: 0. Files that failed to upload: 1.
when I try to upoad a file like:
value
1234
and when I try a one line csv like
1234
then I get the following error:
Uploading 1 file…
[1/1] Failed to upload 1.csv: Line 2 column 1234 is not numeric
Done. Files uploaded successful: 0. Files that failed to upload: 1.
Job completed
Don’t know how to work around regression in case of numerical values csv.
Pls guide