Commit be32852
BUG: TimedeltaIndex raising ValueError when boolean indexing (#14946)
closes #14946
Author: Matt Roeschke <emailformattr@gmail.com>
Closes #15221 from mroeschke/fix_14946 and squashes the following commits:
b8ac04e [Matt Roeschke] BUG: TimedelaIndex raising ValueError when boolean indexing (#14946)1 parent 53bc3ca commit be32852
File tree
3 files changed
+24
-1
lines changed- doc/source/whatsnew
- pandas
- tests/indexing
- tseries
3 files changed
+24
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
| 383 | + | |
383 | 384 | | |
384 | 385 | | |
385 | 386 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5498 | 5498 | | |
5499 | 5499 | | |
5500 | 5500 | | |
| 5501 | + | |
| 5502 | + | |
| 5503 | + | |
| 5504 | + | |
| 5505 | + | |
| 5506 | + | |
| 5507 | + | |
| 5508 | + | |
| 5509 | + | |
| 5510 | + | |
| 5511 | + | |
| 5512 | + | |
| 5513 | + | |
| 5514 | + | |
| 5515 | + | |
| 5516 | + | |
| 5517 | + | |
| 5518 | + | |
| 5519 | + | |
5501 | 5520 | | |
5502 | 5521 | | |
5503 | 5522 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
673 | 673 | | |
674 | 674 | | |
675 | 675 | | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
676 | 679 | | |
677 | 680 | | |
678 | 681 | | |
| |||
0 commit comments