Commit 9c241fe
BUG Avoid IndexError on writing empty (row) MI df to excel (GH19543) (#47111)
* BUG Avoid IndexError on writing empty (row) MI df to excel (GH19543)
* BUG Avoid IndexError on writing empty (row) MI df to excel (GH19543)
fix tests, and add changes
* BUG Avoid IndexError on writing empty (row) MI df to excel (GH19543)
fix tests one more time
* BUG Avoid IndexError on writing empty (row) MI df to excel (GH19543)
make PEP8 happy
* BUG Avoid IndexError on writing empty (row) MI df to excel (GH19543)
make PEP8 happy
* BUG Avoid IndexError on writing empty (row) MI df to excel (GH19543)
fix tests one last time
* Fixes from pre-commit [automated commit]
* BUG Avoid IndexError on writing empty (row) MI df to excel (GH19543)
requested changes
* Fixes from pre-commit [automated commit]
* BUG Avoid IndexError on writing empty (row) MI df to excel (GH19543)
remove comments
* BUG Avoid IndexError on writing empty (row) MI df to excel (GH19543)
re-add gh ref
* BUG Avoid IndexError on writing empty (row) MI df to excel (GH19543)
fix changelog entry
Co-authored-by: wfr <git@wfriedl.de>1 parent 7397adc commit 9c241fe
File tree
3 files changed
+15
-1
lines changed- doc/source/whatsnew
- pandas
- io/formats
- tests/io/excel
3 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
873 | 873 | | |
874 | 874 | | |
875 | 875 | | |
| 876 | + | |
876 | 877 | | |
877 | 878 | | |
878 | 879 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
634 | 634 | | |
635 | 635 | | |
636 | 636 | | |
637 | | - | |
| 637 | + | |
638 | 638 | | |
639 | 639 | | |
640 | 640 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
838 | 838 | | |
839 | 839 | | |
840 | 840 | | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
841 | 854 | | |
842 | 855 | | |
843 | 856 | | |
| |||
0 commit comments