Pandas df.resample(‘M’).sum()で作成した時間軸(DateTimeIndex)を月末から月初めに変更する(pandas.tseries.offsetsを使って) 2022/1/23 PandasPython