Periods not correctly represented in to_excel() with monthly PeriodIndex #4133
Labels
Enhancement
IO Data
IO issues that don't fit into a more specific label
IO Excel
read_excel, to_excel
Milestone
When I have a Panel with a PeriodIndex with
freq="M"
and I usemypanel.to_excel()
, then the PeriodIndex gets represented asYYYY-MM-DD
in the output Excel file. I would expect it to be ratherYYYY-MM
.Is this a bug or a feature?
The text was updated successfully, but these errors were encountered: