pandas v3.0.4 - Regression and Bug Fixes

   |   3 minute read

pandas v3.0.4 was published on June 28, 2026, as a stable patch release for the pandas 3.0.x line. The main fix to notice is in DataFrame.to_sql() and read_sql_table() with ADBC engines, where table and schema identifiers are now quoted instead of being passed through in a way that could fail on reserved words or spaces and expose a SQL injection risk. For the source release entry, see the pandas v3.0.4 GitHub release.

Read More >>

Dask 2026.6.0 - DataFrame Merge Fix and Pandas 3.1 Prep

   |   3 minute read

Dask 2026.6.0 shipped on June 11, 2026 with a fix for a silent DataFrame merge bug that dropped rows at specific partition counts. The release also patches Series.map for misaligned inputs, tightens quantile behavior, and starts adapting to upcoming Pandas 3.1 deprecations.

Read More >>
Page 1 of 1
denis256 at denis256.dev