Commit 81229e6
* ENH: Improved error message and raise new error for small-string NaN edge case in HDFStore.append (#60829)
* Add clearer error messages for datatype mismatch in HDFStore.append. Raise ValueError when nan_rep too large for pytable column. Add and modify applicable test code.
* Fix missed tests and correct mistake in error message.
* Remove excess comments. Reverse error type change to avoid api changes. Move nan_rep tests into separate function.
(cherry picked from commit 57340ec)
* TST(string dtype): Resolve xfails in pytables (#60795)
(cherry picked from commit 4511251)
* BUG(string dtype): Resolve pytables xfail when reading with condition (#60943)
(cherry picked from commit 0ec5f26)
* Backport PR #60940: ENH: Add dtype argument to str.decode
---------
Co-authored-by: Jake Thomas Trevallion <136272202+JakeTT404@users.noreply.github.com>
1 parent b8624cb commit 81229e6
File tree
3 files changed
+41
-2
lines changed- doc/source/whatsnew
- pandas
- core/strings
- tests/strings
3 files changed
+41
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
1981 | 1982 | | |
1982 | 1983 | | |
1983 | 1984 | | |
1984 | | - | |
| 1985 | + | |
| 1986 | + | |
| 1987 | + | |
1985 | 1988 | | |
1986 | 1989 | | |
1987 | 1990 | | |
| |||
1992 | 1995 | | |
1993 | 1996 | | |
1994 | 1997 | | |
| 1998 | + | |
| 1999 | + | |
| 2000 | + | |
| 2001 | + | |
| 2002 | + | |
| 2003 | + | |
| 2004 | + | |
| 2005 | + | |
1995 | 2006 | | |
1996 | 2007 | | |
1997 | 2008 | | |
| |||
2008 | 2019 | | |
2009 | 2020 | | |
2010 | 2021 | | |
| 2022 | + | |
| 2023 | + | |
| 2024 | + | |
| 2025 | + | |
2011 | 2026 | | |
2012 | 2027 | | |
2013 | 2028 | | |
| |||
2017 | 2032 | | |
2018 | 2033 | | |
2019 | 2034 | | |
2020 | | - | |
2021 | 2035 | | |
2022 | 2036 | | |
2023 | 2037 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
602 | 626 | | |
603 | 627 | | |
604 | 628 | | |
| |||
0 commit comments