File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,19 @@ pandas typing aliases
1010Typing aliases
1111**************
1212
13- .. currentmodule :: pandas.api.atyping .aliases
13+ .. currentmodule :: pandas.api.typing .aliases
1414
1515The typing declarations in ``pandas/_typing.py `` are considered private, and used
1616by pandas developers for type checking of the pandas code base. For users, it is
1717highly recommended to use the ``pandas-stubs `` package that represents the officially
1818supported type declarations for users of pandas.
19- Note that the definitions and use cases of these aliases are subject to change.
2019They are documented here for users who wish to use these declarations in their
2120own python code that calls pandas or expects certain results.
2221
22+ .. warning ::
23+
24+ Note that the definitions and use cases of these aliases are subject to change without notice in any major, minor, or patch release of pandas.
25+
2326Each of these aliases listed in the table below can be found by importing them from :py:mod: `pandas.api.typing.aliases `.
2427
2528==================================== ================================================================
You can’t perform that action at this time.
0 commit comments