We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bba683 commit 5fa31fbCopy full SHA for 5fa31fb
awswrangler/s3/_write_text.py
@@ -582,7 +582,7 @@ def to_csv( # noqa: PLR0912,PLR0915
582
"catalog_table_input": catalog_table_input,
583
"catalog_id": catalog_id,
584
"compression": pandas_kwargs.get("compression"),
585
- "skip_header_line_count": True if header else None,
+ "skip_header_line_count": 1 if header else None,
586
"serde_library": None,
587
"serde_parameters": None,
588
}
0 commit comments