File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -318,6 +318,7 @@ Bug fixes
318318~~~~~~~~~
319319- Fixed bug in :class: `SparseDtype ` for equal comparison with na fill value. (:issue: `54770 `)
320320- Fixed bug in :meth: `.DataFrameGroupBy.median ` where nat values gave an incorrect result. (:issue: `57926 `)
321+ - Fixed bug in :meth: `DataFrame.eval ` and :meth: `DataFrame.query ` which caused an exception when using numpy via ``@ `` notation. (:issue: `58041 `)
321322- Fixed bug in :meth: `DataFrame.join ` inconsistently setting result index name (:issue: `55815 `)
322323- Fixed bug in :meth: `DataFrame.to_string ` that raised ``StopIteration `` with nested DataFrames. (:issue: `16098 `)
323324- Fixed bug in :meth: `DataFrame.update ` bool dtype being converted to object (:issue: `55509 `)
You can’t perform that action at this time.
0 commit comments