Commit c86d9ef
authored
Handle ints represented as doubles in describe_dict with extra stats (#1206)
* handle ints as doubles in describe extra stats
* update release notes
* remove redundant check
* lint fix
* update comment
* handle all nan numeric columns with extra stats
* update test to also use integer_nullable
* rename column
* lint fix1 parent 7c6f6b0 commit c86d9ef
File tree
3 files changed
+43
-14
lines changed- docs/source
- woodwork
- tests/accessor
3 files changed
+43
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 9 | + | |
16 | 10 | | |
17 | 11 | | |
18 | 12 | | |
| |||
153 | 147 | | |
154 | 148 | | |
155 | 149 | | |
156 | | - | |
157 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
158 | 155 | | |
159 | 156 | | |
160 | | - | |
161 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
162 | 160 | | |
163 | 161 | | |
164 | 162 | | |
| |||
578 | 576 | | |
579 | 577 | | |
580 | 578 | | |
581 | | - | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
582 | 584 | | |
583 | 585 | | |
584 | 586 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
763 | 763 | | |
764 | 764 | | |
765 | 765 | | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
766 | 782 | | |
767 | 783 | | |
768 | 784 | | |
| |||
833 | 849 | | |
834 | 850 | | |
835 | 851 | | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
836 | 858 | | |
837 | 859 | | |
838 | 860 | | |
| |||
841 | 863 | | |
842 | 864 | | |
843 | 865 | | |
| 866 | + | |
| 867 | + | |
844 | 868 | | |
845 | 869 | | |
846 | 870 | | |
| |||
861 | 885 | | |
862 | 886 | | |
863 | 887 | | |
| 888 | + | |
| 889 | + | |
864 | 890 | | |
865 | 891 | | |
866 | 892 | | |
867 | | - | |
| 893 | + | |
868 | 894 | | |
869 | 895 | | |
870 | 896 | | |
| |||
0 commit comments