We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a50eae commit 115e14aCopy full SHA for 115e14a
pandas/tests/io/parser/test_header.py
@@ -50,7 +50,7 @@ def test_negative_header(all_parsers):
50
match="Passing -1 to header is invalid. "
51
"For no header, use header=None instead",
52
):
53
- result = parser.read_csv(StringIO(data), header=-1)
+ parser.read_csv(StringIO(data), header=-1)
54
55
56
def test_no_header_prefix(all_parsers):
0 commit comments