You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v3.0.0.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -673,6 +673,7 @@ Timezones
673
673
674
674
Numeric
675
675
^^^^^^^
676
+
- Bug in :meth:`DataFrame.corr` where numerical precision errors resulted in correlations above ``1.0`` (:issue:`61120`)
676
677
- Bug in :meth:`DataFrame.quantile` where the column type was not preserved when ``numeric_only=True`` with a list-like ``q`` produced an empty result (:issue:`59035`)
677
678
- Bug in ``np.matmul`` with :class:`Index` inputs raising a ``TypeError`` (:issue:`57079`)
678
679
@@ -772,6 +773,7 @@ Groupby/resample/rolling
772
773
- Bug in :meth:`.DataFrameGroupBy.quantile` when ``interpolation="nearest"`` is inconsistent with :meth:`DataFrame.quantile` (:issue:`47942`)
773
774
- Bug in :meth:`.Resampler.interpolate` on a :class:`DataFrame` with non-uniform sampling and/or indices not aligning with the resulting resampled index would result in wrong interpolation (:issue:`21351`)
774
775
- Bug in :meth:`DataFrame.ewm` and :meth:`Series.ewm` when passed ``times`` and aggregation functions other than mean (:issue:`51695`)
776
+
- Bug in :meth:`DataFrame.resample` changing index type to :class:`MultiIndex` when the dataframe is empty and using an upsample method (:issue:`55572`)
775
777
- Bug in :meth:`DataFrameGroupBy.agg` that raises ``AttributeError`` when there is dictionary input and duplicated columns, instead of returning a DataFrame with the aggregation of all duplicate columns. (:issue:`55041`)
776
778
- Bug in :meth:`DataFrameGroupBy.apply` and :meth:`SeriesGroupBy.apply` for empty data frame with ``group_keys=False`` still creating output index using group keys. (:issue:`60471`)
777
779
- Bug in :meth:`DataFrameGroupBy.apply` that was returning a completely empty DataFrame when all return values of ``func`` were ``None`` instead of returning an empty DataFrame with the original columns and dtypes. (:issue:`57775`)
responsibilities: "Share relevant information with the broader community, mainly via our social networks, as well as being the main point of contact between NumFOCUS and the core team."
141
141
members:
142
-
- Marco Gorelli
142
+
- datapythonista
143
143
sponsors:
144
144
active:
145
145
- name: "NumFOCUS"
146
146
url: https://numfocus.org/
147
147
logo: static/img/partners/numfocus.svg
148
148
kind: numfocus
149
-
- name: "Two Sigma"
150
-
url: https://www.twosigma.com/
151
-
logo: static/img/partners/two_sigma.svg
152
-
kind: partner
153
-
description: "Jeff Reback"
154
-
- name: "Voltron Data"
155
-
url: https://voltrondata.com/
156
-
logo: static/img/partners/voltron_data.svg
157
-
kind: partner
158
-
description: "Joris Van den Bossche"
159
149
- name: "Coiled"
160
150
url: https://www.coiled.io
161
151
logo: static/img/partners/coiled.svg
162
152
kind: partner
163
153
description: "Patrick Hoefler"
164
-
- name: "Quansight"
165
-
url: https://quansight.com/
166
-
logo: static/img/partners/quansight_labs.svg
167
-
kind: partner
168
-
description: "Marco Gorelli"
169
154
- name: "Nvidia"
170
155
url: https://www.nvidia.com
171
156
logo: static/img/partners/nvidia.svg
172
157
kind: partner
173
158
description: "Matthew Roeschke"
174
-
- name: "Intel"
175
-
url: https://www.intel.com/
176
-
logo: /static/img/partners/intel.svg
177
-
kind: partner
178
-
description: "Brock Mendel"
179
159
- name: "Tidelift"
180
160
url: https://tidelift.com
181
161
logo: static/img/partners/tidelift.svg
182
162
kind: regular
183
163
description: "<i>pandas</i> is part of the <a href=\"https://tidelift.com/subscription/pkg/pypi-pandas?utm_source=pypi-pandas&utm_medium=referral&utm_campaign=readme\">Tidelift subscription</a>. You can support pandas by becoming a Tidelift subscriber."
184
-
- name: "Chan Zuckerberg Initiative"
185
-
url: https://chanzuckerberg.com/
186
-
logo: static/img/partners/czi.svg
187
-
kind: regular
188
-
description: "<i>pandas</i> is funded by the Essential Open Source Software for Science program of the Chan Zuckerberg Initiative. The funding is used for general maintenance, improve extension types, and a efficient string type."
0 commit comments