What’s new in 1.3.2 (August 15, 2021)

These are the changes in pandas 1.3.2. See Release notes for a full changelog including other versions of pandas.

Fixed regressions

Bug fixes

  • Bug in read_excel() modifies the dtypes dictionary when reading a file with duplicate columns (GH42462)

  • 1D slices over extension types turn into N-dimensional slices over ExtensionArrays (GH42430)

  • Fixed bug in Series.rolling() and DataFrame.rolling() not calculating window bounds correctly for the first row when center=True and window is an offset that covers all the rows (GH42753)

  • Styler.hide_columns() now hides the index name header row as well as column headers (GH42101)

  • Styler.set_sticky() has amended CSS to control the column/index names and ensure the correct sticky positions (GH42537)

  • Bug in de-serializing datetime indexes in PYTHONOPTIMIZED mode (GH42866)

Contributors

For contributors, please see /usr/share/doc/contributors_list.txt or https://github.com/pandas-dev/pandas/graphs/contributors