Commit 5362447
fix BUG: ValueError when performing rolling covariance on multi indexed DataFrame (pandas-dev#16814)
* fix multi index names
* fix line length to pep8
* added what's new entry and reference issue number in test
* Update test_multi.py
* Update v0.20.3.txt1 parent 800b40d commit 5362447
File tree
2 files changed
+10
-0
lines changed- doc/source/whatsnew
- pandas/tests/indexes
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
64 | 73 | | |
65 | 74 | | |
66 | 75 | | |
| |||
0 commit comments