We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pandas 0.20.3
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]
Works.
pandas 0.21 exact same code:
I am not sure why this would fail now? Note: it might be fixed in #18188
The text was updated successfully, but these errors were encountered:
Closing as it works with the master version
Sorry, something went wrong.
We should still make sure this works with 0.21.1
this is all well tested in #18188 with almost exactly this example. I see no reason to have this issue open.
Of course not, I was just reopening to ensure this was the case :-) (I didn't search yet where it could have been fixed)
No branches or pull requests
Code Sample, a copy-pastable example if possible
pandas 0.20.3

Works.

pandas 0.21


exact same code:
I am not sure why this would fail now?
Note: it might be fixed in #18188
The text was updated successfully, but these errors were encountered: