Skip to content
New issue

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

Add option to suppress headers in toCSV() output. #369

Closed
jheer opened this issue Sep 24, 2024 Discussed in #367 · 0 comments · Fixed by #370
Closed

Add option to suppress headers in toCSV() output. #369

jheer opened this issue Sep 24, 2024 Discussed in #367 · 0 comments · Fixed by #370
Labels
enhancement New feature or request

Comments

@jheer
Copy link
Member

jheer commented Sep 24, 2024

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 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
@jheer jheer added the enhancement New feature or request label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant