File tree 1 file changed +13
-18
lines changed
1 file changed +13
-18
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,19 @@ Backwards incompatible API changes
73
73
pd.arrays.IntervalArray.from_tuples([(0 , 1 ), (2 , 3 )])
74
74
75
75
76
- .. _whatsnew_0250.api_breaking.series_string_conversion :
76
+ .. _whatsnew_1000.api.other :
77
+
78
+ Other API changes
79
+ ^^^^^^^^^^^^^^^^^
80
+
81
+ - :meth: `pandas.api.types.infer_dtype ` will now return "integer-na" for integer and ``np.nan `` mix (:issue: `27283 `)
82
+ - :meth: `MultiIndex.from_arrays ` will no longer infer names from arrays if ``names=None `` is explicitly provided (:issue: `27292 `)
83
+ -
84
+
85
+ .. _whatsnew_1000.deprecations :
86
+
87
+ Deprecations
88
+ ~~~~~~~~~~~~
77
89
78
90
String conversion of Series with nan
79
91
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -95,23 +107,6 @@ String conversion of Series with nan
95
107
.. ipython :: python
96
108
pd.Series([' foo' , np.nan]).astype(str )
97
109
98
- .. _whatsnew_1000.api.other :
99
-
100
- Other API changes
101
- ^^^^^^^^^^^^^^^^^
102
-
103
- - :meth: `pandas.api.types.infer_dtype ` will now return "integer-na" for integer and ``np.nan `` mix (:issue: `27283 `)
104
- - :meth: `MultiIndex.from_arrays ` will no longer infer names from arrays if ``names=None `` is explicitly provided (:issue: `27292 `)
105
- -
106
-
107
- .. _whatsnew_1000.deprecations :
108
-
109
- Deprecations
110
- ~~~~~~~~~~~~
111
-
112
- -
113
- -
114
-
115
110
.. _whatsnew_1000.prior_deprecations :
116
111
117
112
You can’t perform that action at this time.
0 commit comments