We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46bc00 commit 75b66bbCopy full SHA for 75b66bb
doc/source/whatsnew/v0.21.1.txt
@@ -62,6 +62,7 @@ Bug Fixes
62
- Bug in ``pd.Series.rolling.skew()`` and ``rolling.kurt()`` with all equal values has floating issue (:issue:`18044`)
63
- Bug in ``pd.DataFrameGroupBy.count()`` when counting over a datetimelike column (:issue:`13393`)
64
- Bug in ``pd.concat`` when empty and non-empty DataFrames or Series are concatenated (:issue:`18178` :issue:`18187`)
65
+- Bug in ``DataFrame.filter(...)`` when :class:`unicode` is passed as a condition in Python 2 (:issue:`13101`)
66
67
Conversion
68
^^^^^^^^^^
0 commit comments