Skip to content

Commit 6247580

Browse files
committed
Add github issue
1 parent 4e7dd18 commit 6247580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/parser/common/test_chunksize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ def test_chunksize_second_block_shorter(all_parsers):
384384

385385

386386
def test_chunksize_skip_bad_line_with_bad_line_first_in_the_chunk(all_parsers):
387+
# GH#61973
387388
parser = all_parsers
388389
data = "a,b\n1,2\n3\n4,5,extra\n6,7"
389390

0 commit comments

Comments
 (0)