How to split one multi-indexed dataframe into multiple dataframes by one of the indices [duplicate]
Here I have a Nx1 dataframe, which consists of data of each day, from 2016 to 2020. My purpose is to split this large dataframe into small ones, referring to data for each day, that is, to split according to the "ds" index. Any h…