We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a643267 commit adf8616Copy full SHA for adf8616
doc/source/whatsnew/v0.20.0.txt
@@ -632,3 +632,4 @@ Bug Fixes
632
- Bug in ``pd.melt()`` where passing a tuple value for ``value_vars`` caused a ``TypeError`` (:issue:`15348`)
633
- Bug in ``.eval()`` which caused multiline evals to fail with local variables not on the first line (:issue:`15342`)
634
- 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