-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Issues: pandas-dev/pandas
FEEDBACK: PyArrow as a required dependency and PyArrow backed...
#54466
opened Aug 9, 2023 by
phofl
Open
154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
BUG: way to include all columns within a groupby apply
Apply
Apply, Aggregate, Transform, Map
Bug
Closing Candidate
May be closeable, needs more eyeballs
Groupby
#61406
opened May 8, 2025 by
madelavar12
3 tasks done
ENH: Add warning when np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Needs Discussion
Requires discussion from core team before further action
DataFrame.groupby
drops NA keys
Enhancement
Groupby
Missing-data
#61339
opened Apr 22, 2025 by
tehunter
2 of 3 tasks
BUG: Fix scatter plot colors in groupby context to match line plot behavior (#59846)
Bug
Groupby
Visualization
plotting
#61233
opened Apr 5, 2025 by
myenugula
Loading…
5 tasks done
ENH: Accept no fields for groupby by
Enhancement
Groupby
Needs Discussion
Requires discussion from core team before further action
#61160
opened Mar 21, 2025 by
simonaubertbd
1 of 3 tasks
BUG: Related to pd.NA and nullable extension arrays
Transformations
e.g. cumsum, diff, rank
ValueError: ndarray is not C-contiguous
for cummax
on nullable dtypes
Bug
Groupby
NA - MaskedArrays
#61031
opened Mar 2, 2025 by
MarcoGorelli
3 tasks done
BUG: Dropped Index Name on Aggregated Index Column with MultiIndexed DataFrame
Bug
Closing Candidate
May be closeable, needs more eyeballs
Groupby
#60603
opened Dec 24, 2024 by
RahimD
3 tasks done
BUG: Arrow Struct columns cannot be grouped on (ArrowNotImplementedError)
Arrow
pyarrow functionality
Bug
Error Reporting
Incorrect or improved errors from pandas
Groupby
#60594
opened Dec 20, 2024 by
a-reich
2 of 3 tasks
API: pass Requires discussion from core team before further action
ddof
down to Cythonised std
/ var
in groupby.agg
API Design
Groupby
Needs Discussion
#60591
opened Dec 20, 2024 by
MarcoGorelli
BUG: Internal Consistency of API/Behavior
Bug
Groupby
Needs Discussion
Requires discussion from core team before further action
transform("cumcount")
returns a Series instead of a Dataframe.
API - Consistency
#60551
opened Dec 12, 2024 by
ClaudioSalvatoreArcidiacono
2 of 3 tasks
BUG: inconsistent treatment of overflows between groupby.sum() and groupby.apply(lambda: _grp: _grp.sum()) and DataFrame.resample
Bug
Groupby
Reduction Operations
sum, mean, min, max, etc.
#60303
opened Nov 13, 2024 by
vasil-pashov
2 of 3 tasks
PERF: Memory or execution speed performance
Sparse
Sparse Data Type
dropna
with SparseArray
experiments a much worse time complexity
Groupby
Performance
#60179
opened Nov 4, 2024 by
mflova
3 tasks done
PERF: Extreme regression in 2.2 when aggregating a DataFrame with .attrs data
Closing Candidate
May be closeable, needs more eyeballs
Groupby
metadata
_metadata, .attrs
Performance
Memory or execution speed performance
#60070
opened Oct 18, 2024 by
buhrmann
2 of 3 tasks
ENH: Should groupby's Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Enhancement
Groupby
Needs Discussion
Requires discussion from core team before further action
value_counts
sorts on count
before proportion
is computed
Algos
#59725
opened Sep 5, 2024 by
sfc-gh-joshi
3 tasks done
BUG: groupby.agg with UDF changing pyarrow dtypes
Bug
Groupby
pyarrow dtype retention
op with pyarrow dtype -> expect pyarrow result
Stale
BUG: inconsistent indices in Internal Consistency of API/Behavior
Bug
Groupby
Window
rolling, ewma, expanding
GroupByRolling
when selecting or not selecting subset of columns
API - Consistency
#59567
opened Aug 20, 2024 by
inigohidalgo
2 of 3 tasks
ENH: Add Float128 support for groupby.
Enhancement
Groupby
#59483
opened Aug 11, 2024 by
cemde
1 of 3 tasks
BUG: Unexpected cast to float for Unexpected or buggy dtype conversions
Groupby
numba
numba-accelerated operations
DataFrame.groupby().agg(engine="numba")
Bug
Dtype Conversions
#58869
opened May 30, 2024 by
willsthompson
2 of 3 tasks
BUG: groupby with as_index=False drops groupings when names collide
Bug
Groupby
#58337
opened Apr 20, 2024 by
rhshadrach
ENH: GroupBy.transform should accept similar arguments to GroupBy.agg
Apply
Apply, Aggregate, Transform, Map
Enhancement
Groupby
#58318
opened Apr 18, 2024 by
WillAyd
1 of 3 tasks
ENH: pd.NamedAgg should accept args and kwargs
Apply
Apply, Aggregate, Transform, Map
Enhancement
Groupby
#58283
opened Apr 16, 2024 by
WillAyd
1 of 3 tasks
BUG: DataFrameGroupBy.__getitem__ fails with tuples on multi-level column objects
API - Consistency
Internal Consistency of API/Behavior
Bug
Groupby
Indexing
Related to indexing on series/frames, not to indexes themselves
#58282
opened Apr 16, 2024 by
tehunter
3 tasks done
ENH: Should we support aggregating by-frame in DataFrameGroupBy.agg
Apply
Apply, Aggregate, Transform, Map
Enhancement
Groupby
Needs Discussion
Requires discussion from core team before further action
#58225
opened Apr 11, 2024 by
rhshadrach
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.