Commit 4976e11
* Update series.pyi, tackling issue #1101
Imported Index from pandas
and
Changed keys method:
def keys(self) -> Index: ...
* Update test_series.py
Add a test for issue # 1101
* Update tests/test_series.py
Following the pandas pattern.
Co-authored-by: Irv Lustig <[email protected]>
* Fix import issue in series.pyi to resolve Ruff error
* Delete test
---------
Co-authored-by: Irv Lustig <[email protected]>
1 parent a516870 commit 4976e11
2 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | | - | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
653 | 653 | | |
654 | 654 | | |
655 | 655 | | |
656 | | - | |
| 656 | + | |
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3546 | 3546 | | |
3547 | 3547 | | |
3548 | 3548 | | |
| 3549 | + | |
| 3550 | + | |
| 3551 | + | |
| 3552 | + | |
| 3553 | + | |
| 3554 | + | |
3549 | 3555 | | |
3550 | 3556 | | |
3551 | 3557 | | |
| |||
0 commit comments