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
See discussion in #397
Having said that, I get the same error on this simple code with mypy, so it seems it is a mypy problem, as pyright allows this:
mypy
pyright
import pandas as pd df = pd.DataFrame({"c1":[1,2,3,4], "c2":[10,20,30,40]}, index=["a", "b", "c" , "d"]) x = df.loc["b":"c", :]
Seems like a long standing issue. See python/mypy#2410 python/typeshed#8647
Originally posted by @Dr-Irv in #397 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See discussion in #397
Having said that, I get the same error on this simple code with
mypy
, so it seems it is a mypy problem, aspyright
allows this:Seems like a long standing issue. See
python/mypy#2410
python/typeshed#8647
Originally posted by @Dr-Irv in #397 (comment)
The text was updated successfully, but these errors were encountered: