데이터 분석을 진행하면서, 일간 데이터를 주간 데이터로 재가공할 일이 있었다. Pandas 에서는 다음과 같이 데이터를 리샘플링(resample)할 수 있었다. https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.resample.html pandas.DataFrame.resample — pandas 1.3.4 documentation Which side of bin interval is closed. The default is ‘left’ for all frequency offsets except for ‘M’, ‘A’, ‘Q’, ‘BM’, ‘BA’, ‘BQ’, and ‘W’ which all have a default of ‘right’. Wh..