Commit a4bfa19
authored
Type Index methods:
* Type Index methods: `droplevel`, `__reduce__`, `isna`, `isnull`,
`notna`, `notnull`, `fillna`, `memory_usage`, `__setitem__`, `equals`,
`identical`
* add some droplevel tests
* appease mypy
* remove undocumented isnull / fillnull
* test invalid setitemdroplevel, __reduce__, isna, isnull, notna, notnull, fillna, memory_usage, __setitem__, equals, identical (#1500)1 parent ab8e0a5 commit a4bfa19
File tree
3 files changed
+27
-14
lines changed- pandas-stubs/core/indexes
- tests/indexes
3 files changed
+27
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
| 354 | + | |
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
| 406 | + | |
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
417 | | - | |
418 | 417 | | |
419 | 418 | | |
420 | 419 | | |
421 | | - | |
422 | | - | |
| 420 | + | |
423 | 421 | | |
424 | | - | |
425 | | - | |
426 | | - | |
| 422 | + | |
| 423 | + | |
427 | 424 | | |
428 | 425 | | |
429 | 426 | | |
| |||
489 | 486 | | |
490 | 487 | | |
491 | 488 | | |
492 | | - | |
| 489 | + | |
493 | 490 | | |
494 | 491 | | |
495 | 492 | | |
| |||
503 | 500 | | |
504 | 501 | | |
505 | 502 | | |
506 | | - | |
507 | | - | |
508 | 503 | | |
509 | 504 | | |
510 | 505 | | |
| |||
519 | 514 | | |
520 | 515 | | |
521 | 516 | | |
522 | | - | |
| 517 | + | |
523 | 518 | | |
524 | | - | |
| 519 | + | |
525 | 520 | | |
526 | 521 | | |
527 | 522 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1526 | 1526 | | |
1527 | 1527 | | |
1528 | 1528 | | |
1529 | | - | |
1530 | 1529 | | |
1531 | 1530 | | |
1532 | 1531 | | |
| |||
1546 | 1545 | | |
1547 | 1546 | | |
1548 | 1547 | | |
| 1548 | + | |
| 1549 | + | |
| 1550 | + | |
| 1551 | + | |
| 1552 | + | |
| 1553 | + | |
| 1554 | + | |
| 1555 | + | |
| 1556 | + | |
| 1557 | + | |
| 1558 | + | |
| 1559 | + | |
| 1560 | + | |
| 1561 | + | |
| 1562 | + | |
| 1563 | + | |
| 1564 | + | |
| 1565 | + | |
0 commit comments