You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.21.0.txt
+6
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,9 @@ Other Enhancements
129
129
- `read_*` methods can now infer compression from non-string paths, such as ``pathlib.Path`` objects (:issue:`17206`).
130
130
- :func:`pd.read_sas()` now recognizes much more of the most frequently used date (datetime) formats in SAS7BDAT files (:issue:`15871`).
131
131
- :func:`Series.clip()` and :func:`DataFrame.clip()` now treat NA values for upper and lower arguments as None instead of raising `ValueError` (:issue:`17276`).
132
+
- :func:`DataFrame.items` and :func:`Series.items` is now present in both Python 2 and 3 and is lazy in all cases (:issue:`13918`, :issue:`17213`)
133
+
134
+
132
135
133
136
.. _whatsnew_0210.api_breaking:
134
137
@@ -386,6 +389,9 @@ Numeric
386
389
Categorical
387
390
^^^^^^^^^^^
388
391
- Bug in :func:`Series.isin` when called with a categorical (:issue`16639`)
392
+
- Bug in the categorical constructor with empty values and categories causing
393
+
the ``.categories`` to be an empty ``Float64Index`` rather than an empty
0 commit comments