Commit 5459aa7
authored
feat(series): arithmetic truediv and sub (#1312)
* feat: arithmetic sub
* fix(comment): #1312 (comment)
* feat(comment): #1312 (comment)
* fix(comment): completeness #1312 (review)
* fix: pd.Series[bool] - pd.Series[bool]
* fix(comment): #1312 (comment)
* fix(comment): reduce Never #1312 (review)
* fix: py310 and py311
* fix(ty): ignore
* fix(ruff): revert changes
* fix: comments
* fix: comments
* fix: typing
* fix: reduce ignore
* fix: reduce keyword argument1 parent 0f14e32 commit 5459aa7
File tree
10 files changed
+1216
-73
lines changed- pandas-stubs
- core
- groupby
- tests/series
- arithmetic
- bool
- complex
- float
- int
10 files changed
+1216
-73
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
818 | 820 | | |
819 | 821 | | |
820 | 822 | | |
| 823 | + | |
| 824 | + | |
821 | 825 | | |
822 | 826 | | |
823 | 827 | | |
| |||
1055 | 1059 | | |
1056 | 1060 | | |
1057 | 1061 | | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
1058 | 1072 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments