'Drop rows by index with date index
Solution 1:[1]
Solution 2:[2]
df.drop(df.loc["2017-01-02":"2017-01-05"].index)
Works.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | rachwa |
| Solution 2 | Pablo Iturra Montoya |

