-
I am working with CSV data with Arquero. My input data does not have headers. But
aq.fromCSV(csv, { header: false }).toCSV()
|
Beta Was this translation helpful? Give feedback.
Answered by
jheer
Sep 25, 2024
Replies: 2 comments 1 reply
-
There is not currently an option for this. I'll open a feature request issue. In the meantime, you could strip the first line, but if and only if you don't have any multi-line text strings in your data. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Arquero version 7.1.0 now includes a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
agladysh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Arquero version 7.1.0 now includes a
header
option fortoCSV
.