Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 2.12 KB

v1.0.2.rst

File metadata and controls

57 lines (35 loc) · 2.12 KB

What's new in 1.0.2 (February ??, 2020)

These are the changes in pandas 1.0.2. See :ref:`release` for a full changelog including other versions of pandas.

{{ header }}

Fixed regressions

Bug fixes

Categorical

I/O

  • Using pd.NA with :meth:`DataFrame.to_json` now correctly outputs a null value instead of an empty object (:issue:`31615`)
  • Fixed pickling of pandas.NA. Previously a new object was returned, which broke computations relying on NA being a singleton (:issue:`31847`)
  • Fixed bug in parquet roundtrip with nullable unsigned integer dtypes (:issue:`31896`).

Experimental dtypes

Contributors

.. contributors:: v1.0.1..v1.0.2|HEAD