Skip to content

Commit adf8616

Browse files
author
Nicholas Ver Halen
committed
Added whatsnew for issue 15193
1 parent a643267 commit adf8616

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.20.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -632,3 +632,4 @@ Bug Fixes
632632
- Bug in ``pd.melt()`` where passing a tuple value for ``value_vars`` caused a ``TypeError`` (:issue:`15348`)
633633
- Bug in ``.eval()`` which caused multiline evals to fail with local variables not on the first line (:issue:`15342`)
634634
- Bug in ``pd.read_msgpack`` which did not allow to load dataframe with an index of type ``CategoricalIndex`` (:issue:`15487`)
635+
- Bug in ``DataFrame.pivot_table`` where ``dropna=True`` would not drop columns from a categorical series to columns (:issue:`15193`)

0 commit comments

Comments
 (0)