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
10
10
Typing aliases
11
11
**************
12
12
13
- .. currentmodule :: pandas.api.atyping .aliases
13
+ .. currentmodule :: pandas.api.typing .aliases
14
14
15
15
The typing declarations in ``pandas/_typing.py `` are considered private, and used
16
16
by pandas developers for type checking of the pandas code base. For users, it is
17
17
highly recommended to use the ``pandas-stubs `` package that represents the officially
18
18
supported type declarations for users of pandas.
19
- Note that the definitions and use cases of these aliases are subject to change.
20
19
They are documented here for users who wish to use these declarations in their
21
20
own python code that calls pandas or expects certain results.
22
21
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
+
23
26
Each of these aliases listed in the table below can be found by importing them from :py:mod: `pandas.api.typing.aliases `.
24
27
25
28
==================================== ================================================================
You can’t perform that action at this time.
0 commit comments