Closed
Description
Code Sample, a copy-pastable example if possible
import pandas as pd
rng = pd.DataFrame({ "A" : pd.date_range('1/1/2011', periods=720, freq='H')})
myvar = rng["A"] < rng["A"].values[3]
I am not sure why this would fail now?
Note: it might be fixed in #18188