File: v0.25.3.rst

package info (click to toggle)
pandas 1.5.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 56,516 kB
  • sloc: python: 382,477; ansic: 8,695; sh: 119; xml: 102; makefile: 97
file content (22 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.. _whatsnew_0253:

What's new in 0.25.3 (October 31, 2019)
---------------------------------------

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

.. _whatsnew_0253.bug_fixes:

Bug fixes
~~~~~~~~~

GroupBy/resample/rolling
^^^^^^^^^^^^^^^^^^^^^^^^

- Bug in :meth:`DataFrameGroupBy.quantile` where NA values in the grouping could cause segfaults or incorrect results (:issue:`28882`)

Contributors
~~~~~~~~~~~~

.. contributors:: v0.25.2..v0.25.3