File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ Bug fixes
325
325
- Fixed bug in :class: `SparseDtype ` for equal comparison with na fill value. (:issue: `54770 `)
326
326
- Fixed bug in :meth: `.DataFrameGroupBy.median ` where nat values gave an incorrect result. (:issue: `57926 `)
327
327
- Fixed bug in :meth: `DataFrame.cumsum ` which was raising ``IndexError `` if dtype is ``timedelta64[ns] `` (:issue: `57956 `)
328
- - Fixed bug in :meth: `DataFrame.eval ` and :meth: `DataFrame.query ` which caused an exception when using numpy via ``@ `` notation. (:issue: `58041
328
+ - Fixed bug in :meth: `DataFrame.eval ` and :meth: `DataFrame.query ` which caused an exception when using numpy via ``@ `` notation. (:issue: `58041 `)
329
329
- Fixed bug in :meth: `DataFrame.join ` inconsistently setting result index name (:issue: `55815 `)
330
330
- Fixed bug in :meth: `DataFrame.to_string ` that raised ``StopIteration `` with nested DataFrames. (:issue: `16098 `)
331
331
- Fixed bug in :meth: `DataFrame.transform ` that was returning the wrong order unless the index was monotonically increasing. (:issue: `57069 `)
You can’t perform that action at this time.
0 commit comments