Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated file based on the changes in PR
Asserting list-like values for `columns` parameter in `get_dummies`
  • Loading branch information
R1j1t committed Sep 17, 2019
commit 3aa8749744e8b983232195ee0247a506bf5203f4
3 changes: 2 additions & 1 deletion doc/source/whatsnew/v1.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ Reshaping
^^^^^^^^^

- Bug in :meth:`DataFrame.stack` not handling non-unique indexes correctly when creating MultiIndex (:issue: `28301`)
-
- Added test to assert the :func:`get_dummies` raises TypeError message when the value to `columns` isn't a list-like value (:issue:`28383`)
-

Sparse
^^^^^^
Expand Down