These are the changes in pandas 1.0.3. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Fixed regression in
resample.agg
when the underlying data is non-writeable (:issue:`31710`) - Fixed regression in :class:`DataFrame` exponentiation with reindexing (:issue:`32685`)
I/O - :func:`read_parquet` now supports an s3 directory (:issue:`26388`)
.. contributors:: v1.0.2..v1.0.3|HEAD