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 a5fb107 commit 13d8644Copy full SHA for 13d8644
pandas/tests/frame/test_to_csv.py
@@ -576,6 +576,7 @@ def test_to_csv_headers(self):
576
tm.assert_frame_equal(to_df, recons)
577
578
def test_to_csv_raises_on_header_prefix(self):
579
+ # gh-27394
580
msg = "Argument prefix must be None if argument header is not None"
581
s = StringIO("0,1\n2,3")
582
with pytest.raises(ValueError, match=msg):
0 commit comments