Pandas howto save index.to_period(“Q”) to excel

前端 未结 0 583
旧时难觅i
旧时难觅i 2020-12-19 05:01

I would like save this format on excel file

I use the following code to save.

df.index = Q_df.index.to_period("Q")
d         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题