We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddadcb commit e342c8eCopy full SHA for e342c8e
pandas-stubs/core/base.pyi
@@ -249,7 +249,7 @@ ScalarArrayIndexSeriesTimedelta: TypeAlias = (
249
ScalarArrayIndexTimedelta | Series[Timedelta]
250
)
251
252
-NumListLike: TypeAlias = ( # deprecated, do not use
+NumListLike: TypeAlias = ( # TODO: pandas-dev/pandas-stubs#1474 deprecated, do not use
253
ExtensionArray
254
| np_ndarray_bool
255
| np_ndarray_anyint
0 commit comments