Pandas BUG: weird behaviour for returning group in groupby.apply

I was trying to document my experiences with the inconsistencies of DataFrame.groupby.apply (see #22545), and one of the...

Pandas Performance regression in 0.24+ on GroupBy.apply

Code Sampleimport timeimport numpy as npimport pandas as pdnrows, ncols = 1000, 100# data frame with random values and a...

Pandas Inconsistent behavior between df.sum() and groupby(col).agg('sum') on lists

df = pd.DataFrame({ 'id':[1,2,2], 'cost':[5,5,5], 'letters':[['a','b'],['a','b'],['a','b']]})print(df.sum()) # ...

Pandas BUG: Groupby - apply - reset_index on a one row dataframe and with one categorical grouping column does not return the categorical column

[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...

Pandas BUG: groupby.apply() unexpectedly returns DataFrame when Series is explicitly specified

[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exists on the latest vers...

Pandas ENH: groupby.apply axis=1 behavior

xref #9772 df = pd.DataFrame({i:pd.Series(np.random.normal(size=10), index=range(10)) for...

Pandas BUG: core.groupby.GroupBy.apply unexpected behavior with TypeError raised in UDF

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas Semantics between Series.apply and Series.agg incorrect

Correct me if I'm wrong, but isn't Series.agg supposed to reduce all rows to a singular value and Series.apply supposed ...

Pandas TST: Test dir of pandas.api.*

We currently do not test the dir of submodules of pandas.api. In #48578, a test is being added for pandas.api.typing. Te...

Pandas BUG: DataFrame.describe include/exclude do not work for arrow datatypes

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas DOC: pandas.to_datetime dayfirst doc contains error

Pandas version checks[X] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...

Pandas CI: matplotlib 3.7.0 broke ci

Started seeing this on the arm buildshttps://app.circleci.com/pipelines/github/pandas-dev/pandas/24736/workflows/0c1b776...

Pandas BUG: pd.Timestamp constructor errors on adding tz= kwarg

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas ENH: Set na_filter=False as default.

Feature Type[ ] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...

Pandas BUG: maybe_get_tz raises pytz.exceptions.UnknownTimeZoneError when building a timezone from a filename

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUG: read_excel not working when filters are active and selected in worksheet

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUG: suppressed character limit save file

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas ENH: add kind= keyword to pd.Grouper() like resample()

In the resample() method, the kind= can be used if we want to convert the index of the result to PeriodIndex.s = pd._tes...

Pandas BUILD: Docker build failed 'Connection to raw.githubusercontent.com timed out.'

Installation check[X] I have read the installation guide.PlatformWindows-10-10.0.19044-SP0Installation MethodBuilt from ...

Pandas pivot_table produces inconsistent columns if applied to empty table

Code Sample, a copy-pastable example if possible# Part 1df1 = pd.DataFrame([], columns=['a', 'b', 'value'])pivot1 = df1....
上一页 下一页
.