Python Pandas: drop rows of a timeserie based on time range

后端 未结 4 1354
我在风中等你
我在风中等你 2021-02-08 20:56

I have the following timeserie:

start = pd.to_datetime(\'2016-1-1\')
end = pd.to_datetime(\'2016-1-15\')
rng = pd.date_range(start, end, freq=\'2h\')
df = pd.Dat         


        
4条回答
提交回复
热议问题