1
這是我的數據框(時間索引):卸下數據框柱(熊貓)某一天
price
time
2015-11-07 00:00:00 180.250000
2015-11-07 00:15:00 176.350000
2015-11-07 00:30:00 177.533333
2015-11-08 00:45:00 180.216667
我想刪除一天的2015年11月7日「的所有條目,所以我嘗試:
remove = df.loc['2015-11-07]
df.drop(remove)
但我收到此錯誤labels ['price'] not contained in axis