Commit 825b5c3
DEPR: Deprecate the convert_dtype param in Series.Apply (#52257)
* DEPR: Deprecate param convert_dtype in Series.Apply
* fix StataReader
* fix issue
* Update pandas/core/series.py
Co-authored-by: Matthew Roeschke <[email protected]>
* explain more in warning
---------
Co-authored-by: Matthew Roeschke <[email protected]>1 parent 37e823d commit 825b5c3
File tree
5 files changed
+29
-19
lines changed- doc/source/whatsnew
- pandas
- _libs
- core
- io
- tests/apply
5 files changed
+29
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2808 | 2808 | | |
2809 | 2809 | | |
2810 | 2810 | | |
2811 | | - | |
2812 | | - | |
2813 | | - | |
2814 | | - | |
2815 | | - | |
2816 | | - | |
| 2811 | + | |
| 2812 | + | |
| 2813 | + | |
2817 | 2814 | | |
2818 | 2815 | | |
2819 | 2816 | | |
| |||
2856 | 2853 | | |
2857 | 2854 | | |
2858 | 2855 | | |
2859 | | - | |
2860 | | - | |
2861 | | - | |
2862 | | - | |
2863 | | - | |
2864 | | - | |
| 2856 | + | |
| 2857 | + | |
| 2858 | + | |
2865 | 2859 | | |
2866 | 2860 | | |
2867 | 2861 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4405 | 4405 | | |
4406 | 4406 | | |
4407 | 4407 | | |
4408 | | - | |
| 4408 | + | |
4409 | 4409 | | |
4410 | 4410 | | |
4411 | 4411 | | |
| |||
4423 | 4423 | | |
4424 | 4424 | | |
4425 | 4425 | | |
| 4426 | + | |
| 4427 | + | |
| 4428 | + | |
| 4429 | + | |
4426 | 4430 | | |
4427 | 4431 | | |
4428 | 4432 | | |
| |||
4512 | 4516 | | |
4513 | 4517 | | |
4514 | 4518 | | |
| 4519 | + | |
| 4520 | + | |
| 4521 | + | |
| 4522 | + | |
| 4523 | + | |
| 4524 | + | |
| 4525 | + | |
| 4526 | + | |
| 4527 | + | |
| 4528 | + | |
4515 | 4529 | | |
4516 | 4530 | | |
4517 | 4531 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1780 | 1780 | | |
1781 | 1781 | | |
1782 | 1782 | | |
1783 | | - | |
| 1783 | + | |
1784 | 1784 | | |
1785 | 1785 | | |
1786 | 1786 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
79 | 80 | | |
80 | | - | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | | - | |
84 | | - | |
| 84 | + | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
0 commit comments