Replies: 1 comment
|
This is not a setup error. The If the project uses Xarray heavily, the practical fix is to disable the offending [tool.ruff.lint.per-file-ignores]
"src/xarray_code/**/*.py" = ["PD011"]For isolated cases, use |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am getting
Pandaswarnings forXarrayObjects, which are just wrong.Is this a setup mistake on my side, or some other issue?
All reactions