I guess the answer is no, however, you can do it manually if you know the trading hours for the specific instrument. Use this if df is the name of your pandas data frame, and index is DatetimeIndex
df.loc[np.logical_and(df.index.hour >= 8, df.index.hour <= 16)]