Commit 0c52813
BUG: Convert uint64 in maybe_convert_objects
Adds handling for `uint64` objects during conversion. When negative
numbers and `uint64` are detected, we then convert the result to
`object`. Picks up where #4845 left off. Closes #4471.
Author: gfyoung <gfyoung17@gmail.com>
Closes #14916 from gfyoung/convert-objects-uint64 and squashes the following commits:
ed325cd [gfyoung] BUG: Convert uint64 in maybe_convert_objects1 parent b35c689 commit 0c52813
File tree
4 files changed
+43
-6
lines changed- doc/source/whatsnew
- pandas
- src
- tests
- frame
- types
4 files changed
+43
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| 265 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
730 | 732 | | |
731 | 733 | | |
732 | 734 | | |
| 735 | + | |
733 | 736 | | |
734 | 737 | | |
735 | 738 | | |
| |||
739 | 742 | | |
740 | 743 | | |
741 | 744 | | |
| 745 | + | |
| 746 | + | |
742 | 747 | | |
743 | 748 | | |
744 | 749 | | |
| |||
751 | 756 | | |
752 | 757 | | |
753 | 758 | | |
| 759 | + | |
754 | 760 | | |
755 | 761 | | |
756 | 762 | | |
| |||
806 | 812 | | |
807 | 813 | | |
808 | 814 | | |
809 | | - | |
810 | | - | |
811 | | - | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
812 | 819 | | |
813 | 820 | | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
814 | 830 | | |
815 | 831 | | |
816 | 832 | | |
| |||
873 | 889 | | |
874 | 890 | | |
875 | 891 | | |
876 | | - | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
877 | 896 | | |
878 | 897 | | |
879 | 898 | | |
| |||
904 | 923 | | |
905 | 924 | | |
906 | 925 | | |
907 | | - | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
908 | 930 | | |
909 | 931 | | |
910 | 932 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
257 | 271 | | |
258 | 272 | | |
259 | 273 | | |
| |||
0 commit comments