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
The existing type hints in the codebase suggest a couple of easy additions to the pandas._typing module, including
Union[ABCExtensionArray, np.ndarray]
Union[str, np.dtype, ExtensionDtype, Type]
These should be added to the typing module and the matching types replaced with the newly defined ones where they occur.
Crossreferences: #25829 and #25791.
The text was updated successfully, but these errors were encountered:
pandas-dev#25942 Added ArrayLike and Dtype to pandas._typing
0761dab
#25942 Added ArrayLike and Dtype to pandas._typing (#25943)
6d9b702
Successfully merging a pull request may close this issue.
The existing type hints in the codebase suggest a couple of easy additions to the pandas._typing module, including
Union[ABCExtensionArray, np.ndarray]
andUnion[str, np.dtype, ExtensionDtype, Type]
.These should be added to the typing module and the matching types replaced with the newly defined ones where they occur.
Crossreferences: #25829 and #25791.
The text was updated successfully, but these errors were encountered: