We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 764cf55 commit b1f46f8Copy full SHA for b1f46f8
doc/source/whatsnew/v0.21.0.txt
@@ -128,6 +128,8 @@ Other Enhancements
128
- :func:`DataFrame.add_prefix` and :func:`DataFrame.add_suffix` now accept strings containing the '%' character. (:issue:`17151`)
129
- `read_*` methods can now infer compression from non-string paths, such as ``pathlib.Path`` objects (:issue:`17206`).
130
- :func:`pd.read_sas()` now recognizes much more of the most frequently used date (datetime) formats in SAS7BDAT files (:issue:`15871`).
131
+- :func:`DataFrame.items` is present in both Python 2 and 3 and is lazy in all cases (:issue:`13918`, :issue:`17213`)
132
+
133
134
.. _whatsnew_0210.api_breaking:
135
0 commit comments