0
Q:

how to slice dataframe by timestamp

df30m.loc[(df30m.Timestamp <= d0) & (df30m.Timestamp >= d1)]
0
df.set_index('Timestamp', inplace=True)
df[d1:d0]
0

New to Communities?

Join the community