how to slice a dataframe by time code example
Example 1: how to slice dataframe by timestamp
df30m.loc[(df30m.Timestamp <= d0) & (df30m.Timestamp >= d1)]
Example 2: python slice Dataframe
2 9.00
3 9.00
4 8.97
Name: Gage Height [ft], dtype: float64