We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
toCSV()
Originally posted by agladysh September 24, 2024 I am working with CSV data with Arquero.
My input data does not have headers. But toCSV() output includes them. Is there a way to tell toCSV() to omit the header line?
armut erik çilek üzüm şeftali
aq.fromCSV(csv, { header: false }).toCSV()
col1 armut erik çilek üzüm şeftali
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Discussed in #367
Originally posted by agladysh September 24, 2024
I am working with CSV data with Arquero.
My input data does not have headers. But
toCSV()
output includes them. Is there a way to telltoCSV()
to omit the header line?The text was updated successfully, but these errors were encountered: