Commit 10d3615
BUG: Add type check for encoding_errors in pd.read_csv (#59075)
* BUG: Add type check for encoding_errors in pd.read_csv
* BUG: Add type check for encoding_errors in pd.read_csv
* pre-commit
* Update pandas/io/parsers/readers.py
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
* Unit test
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
* Update pandas/io/parsers/readers.py
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
* update the unit test for `encoding_errors`
* Update doc/source/whatsnew/v3.0.0.rst
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
* add a unit test
* update unit test
* update unit test
* update unit test
* update unit test
* Update pandas/tests/io/test_common.py
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
* Update pandas/tests/io/test_common.py
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
* update unit test
* update unit test
---------
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>1 parent 42082a8 commit 10d3615
File tree
3 files changed
+21
-1
lines changed- doc/source/whatsnew
- pandas
- io/parsers
- tests/io
3 files changed
+21
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
558 | 558 | | |
559 | 559 | | |
560 | 560 | | |
| 561 | + | |
561 | 562 | | |
562 | 563 | | |
563 | 564 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
677 | 685 | | |
678 | 686 | | |
679 | 687 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
558 | | - | |
| 558 | + | |
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
| |||
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
593 | 604 | | |
594 | 605 | | |
595 | 606 | | |
| |||
0 commit comments