Skip to content

Commit 3e7f21c

Browse files
committed
wip
1 parent 4673225 commit 3e7f21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.16.1.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Enhancements
4848
df.drop(['A', 'X'], axis=1, errors='ignore')
4949

5050
- Allow conversion of values with dtype ``datetime64`` or ``timedelta64`` to strings using ``astype(str)`` (:issue:`9757`)
51-
- ``get_dummies`` function now accepts ``sparse`` keyword. If set to ``True``, the return DataFrame is sparse. (:issue:`8823`)
51+
- ``get_dummies`` function now accepts ``sparse`` keyword. If set to ``True``, the return ``DataFrame`` is sparse, e.g. ``SparseDataFrame``. (:issue:`8823`)
5252

5353
.. _whatsnew_0161.api:
5454

0 commit comments

Comments
 (0)