You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a CSV file that doesn't have headers. I'm using parse-csv. Two things:
How do I specify I do not have headers? (Found the --columns option, which seems like I can work around it, but ideally, I could specify headers = false
How can I reference columns by position? The $col0, $col1, etc. syntax doesn't work.
The text was updated successfully, but these errors were encountered:
I have a CSV file that doesn't have headers. I'm using parse-csv. Two things:
The text was updated successfully, but these errors were encountered: