File tree 3 files changed +37
-2
lines changed
3 files changed +37
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Version 2.2
25
25
.. toctree ::
26
26
:maxdepth: 2
27
27
28
+ v2.2.2
28
29
v2.2.1
29
30
v2.2.0
30
31
Original file line number Diff line number Diff line change
1
+ .. _whatsnew_222 :
2
+
3
+ What's new in 2.2.2 (April XX, 2024)
4
+ ---------------------------------------
5
+
6
+ These are the changes in pandas 2.2.2. See :ref: `release ` for a full changelog
7
+ including other versions of pandas.
8
+
9
+ {{ header }}
10
+
11
+ .. ---------------------------------------------------------------------------
12
+ .. _whatsnew_222.regressions :
13
+
14
+ Fixed regressions
15
+ ~~~~~~~~~~~~~~~~~
16
+ -
17
+
18
+ .. ---------------------------------------------------------------------------
19
+ .. _whatsnew_222.bug_fixes :
20
+
21
+ Bug fixes
22
+ ~~~~~~~~~
23
+ -
24
+
25
+ .. ---------------------------------------------------------------------------
26
+ .. _whatsnew_222.other :
27
+
28
+ Other
29
+ ~~~~~
30
+ -
31
+
32
+ .. ---------------------------------------------------------------------------
33
+ .. _whatsnew_222.contributors :
34
+
35
+ Contributors
36
+ ~~~~~~~~~~~~
Original file line number Diff line number Diff line change 20
20
Union ,
21
21
cast ,
22
22
)
23
- import warnings
24
23
25
24
import numpy as np
26
25
32
31
Substitution ,
33
32
doc ,
34
33
)
35
- from pandas .util ._exceptions import find_stack_level
36
34
37
35
from pandas .core .dtypes .common import (
38
36
ensure_int64 ,
You can’t perform that action at this time.
0 commit comments