-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
New issue
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
Fix mypy errors for pandas\tests\* #28926
Comments
✋ I'd like to work on this! I can take the mypy errors in |
I would like to work on \api\test_api.py. |
I would like to work on \extension\test_numpy.py to get started. Will be my first pull request. |
working on for this i changed pandas/core/arrays/period.py |
First time contributing 👶
|
Having a look at
|
I'll work on indexing\test_coercion.py. |
Now looking into
|
…28935) * fix pandas-dev#28926 pandas\api\test_api.py mypy errors * fix pandas-dev#28926 pandas\api\test_api.py mypy errors * changed to type comment to support v 3.5 * removed section mypy-pandas.tests.api.test_api * fix annotation and revert delete * fix import sorting * fix import sorting
…28935) * fix pandas-dev#28926 pandas\api\test_api.py mypy errors * fix pandas-dev#28926 pandas\api\test_api.py mypy errors * changed to type comment to support v 3.5 * removed section mypy-pandas.tests.api.test_api * fix annotation and revert delete * fix import sorting * fix import sorting
take |
I will take care of the issues where the stale PRs were closed:
|
take |
For a full list, expand details.
This breaks down to the following number of errors in relevant modules:
1 pandas\tests\indexing\test_loc.pyassume that the degree of difficulty to resolve will vary, but some should be good first issues.
PRs to tackle individual modules preferred and remove from whitelist in setup.cfg.
The text was updated successfully, but these errors were encountered: