Commit c2b80ff
* Fix type-var for `idx` in `Series.loc.__setitem__(...)`
Fixes #1669 .
* TST: GH1669 Add testing to `Series.loc.__setitem__` when element types don't match
* Fix newly added part in `test_series_loc_setitem` so that it could be runnable
* Change `IndexOpsMixin[Any]` to `IndexOpsMixin`
Co-authored-by: Yi-Fan Wang <cmp0xff@users.noreply.github.com>
---------
Co-authored-by: Yi-Fan Wang <cmp0xff@users.noreply.github.com>
1 parent 6bc10ad commit c2b80ff
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
| 320 | + | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
96 | 102 | | |
97 | 103 | | |
98 | 104 | | |
| |||
0 commit comments