File: v0.25.3.rst

package info (click to toggle)
pandas 2.2.3%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 66,784 kB
  • sloc: python: 422,228; ansic: 9,190; sh: 270; xml: 102; makefile: 83
file content (22 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (2)
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