Nineya
Home
Blog
Pandas BUG: weird behaviour for returning group in groupby.apply
2025-02-09 17:24:29
1869
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
2025-02-09 17:24:19
15928
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
2025-02-09 17:24:10
958
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
2025-02-09 17:24:00
5068
[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
2025-02-09 17:23:51
5177
[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
2025-02-09 17:23:44
3744
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
2025-02-09 17:23:37
3182
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
2025-02-09 17:23:28
1168
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.*
2025-02-09 17:23:21
750
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
2025-02-09 17:23:13
2761
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
2025-02-09 17:23:07
673
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
2025-02-09 17:22:58
439
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
2025-02-09 17:22:50
1817
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.
2025-02-09 17:22:44
3574
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
2025-02-09 17:22:37
4460
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
2025-02-09 17:22:30
4154
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
2025-02-09 17:22:22
2875
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()
2025-02-09 17:22:15
2988
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.'
2025-02-09 17:22:09
5441
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
2025-02-09 17:21:59
2334
Code Sample, a copy-pastable example if possible# Part 1df1 = pd.DataFrame([], columns=['a', 'b', 'value'])pivot1 = df1....
上一页
下一页
1
…
107
108
109
110
111
…
2246
.