You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.25.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -1152,6 +1152,7 @@ Reshaping
1152
1152
- Bug in :func:`DataFrame.sort_index` where an error is thrown when a multi-indexed ``DataFrame``issorted on all levels with the initial level sorted last (:issue:`26053`)
1153
1153
- Bug in :meth:`Series.nlargest` treats ``True``as smaller than ``False`` (:issue:`26154`)
1154
1154
- Bug in :func:`DataFrame.pivot_table`with a :class:`IntervalIndex`as pivot index would raise``TypeError`` (:issue:`25814`)
1155
+
- Bug in which :meth:`DataFrame.from_dict` ignored order of ``OrderedDict`` when ``orient='index'`` (:issue:`8425`).
1155
1156
- Bug in :meth:`DataFrame.transpose` where transposing a DataFrame with a timezone-aware datetime column would incorrectly raise``ValueError`` (:issue:`26825`)
1156
1157
- Bug in :func:`pivot_table` when pivoting a timezone aware column as the ``values`` would remove timezone information (:issue:`14948`)
1157
1158
- Bug in :func:`merge_asof` when specifying multiple ``by`` columns where one is``datetime64[ns, tz]`` dtype (:issue:`26649`)
0 commit comments