Skip to content

Commit e0f5af8

Browse files
jrebackNick Eubank
authored andcommitted
DOC: document regression, xref pandas-dev#9345, in pandas-dev#10979 (already fixed in master)
1 parent 890c409 commit e0f5af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.17.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ Bug Fixes
866866
- Bug in ``.sample()`` where returned object, if set, gives unnecessary ``SettingWithCopyWarning`` (:issue:`10738`)
867867
- Bug in ``.sample()`` where weights passed as ``Series`` were not aligned along axis before being treated positionally, potentially causing problems if weight indices were not aligned with sampled object. (:issue:`10738`)
868868

869-
869+
- Regression fixed in (:issue:`9311`, :issue: `6620`, :issue:`9345`), where groupby with a datetime-like converting to float with certain aggregators (:issue:`10979`)
870870

871871
- Bug in ``DataFrame.interpolate`` with ``axis=1`` and ``inplace=True`` (:issue:`10395`)
872872
- Bug in ``io.sql.get_schema`` when specifying multiple columns as primary

0 commit comments

Comments
 (0)