Skip to content

DOC: update GroupBy.sum/min/max See Also sections#65144

Merged
rhshadrach merged 1 commit into
pandas-dev:mainfrom
jbrockmendel:doc-42406
Apr 10, 2026
Merged

DOC: update GroupBy.sum/min/max See Also sections#65144
rhshadrach merged 1 commit into
pandas-dev:mainfrom
jbrockmendel:doc-42406

Conversation

@jbrockmendel

Copy link
Copy Markdown
Member

Summary

  • Update See Also sections for GroupBy.sum, GroupBy.min, and GroupBy.max to link to the analogous Series/DataFrame methods instead of cross-referencing other SeriesGroupBy/DataFrameGroupBy methods
  • These three methods had leftover boilerplate from the old _groupby_agg_method_engine_template that was inlined but never updated

closes #42406

Test plan

  • Verify the rendered docs for GroupBy.sum, GroupBy.min, and GroupBy.max show working links to Series.sum/DataFrame.sum, etc.

🤖 Generated with Claude Code

…methods

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

@rhshadrach rhshadrach left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@rhshadrach rhshadrach added this to the 3.1 milestone Apr 10, 2026
@rhshadrach rhshadrach merged commit 26005a0 into pandas-dev:main Apr 10, 2026
57 checks passed
@rhshadrach

Copy link
Copy Markdown
Member

Thanks @jbrockmendel

@jbrockmendel jbrockmendel deleted the doc-42406 branch April 10, 2026 15:59
Sharl0tteIsTaken added a commit to Sharl0tteIsTaken/pandas that referenced this pull request Apr 12, 2026
…-comparison

* upstream/main:
  PERF: use lookup instead of hash_inner_join for merge with unique right keys (pandas-dev#64691)
  BUG : update `SeriesGroupBy.ohlc()` to honor `as_index=False` (pandas-dev#65141)
  PERF: Use DataFrame-level reductions in DataFrame.agg with list of funcs (pandas-dev#65031)
  DOC: document required external libraries in read_* I/O docstrings (pandas-dev#65143)
  DOC: improve MultiIndex.is_monotonic_increasing/decreasing docstrings (pandas-dev#65154)
  BUG: Raise ValueError for non-boolean numeric_only in DataFrame/Series reductions (GH#53098) (pandas-dev#65131)
  BUG: Timedelta.round() raises ZeroDivisionError when internal unit is 's' and target frequency is sub-second (pandas-dev#64836)
  ENH: Add replace method to Index (closes pandas-dev#19495) (pandas-dev#65099)
  PERF: improve StringArray.isna (pandas-dev#57733)
  BUG: read parquet files with older pytz (DEP: keep lower pytz minimum version) (pandas-dev#65133)
  DEPR: deprecate dates-with-datetime64 in _maybe_downcast_for_indexing (pandas-dev#64871)
  DOC: note that DataFrame.values is not writeable (pandas-dev#65142)
  CLN: Update groupby observed defaults (pandas-dev#65148)
  PERF: avoid materializing values[indexer] in Block.setitem (pandas-dev#64251)
  DOC: update GroupBy.sum/min/max See Also sections (pandas-dev#65144)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DOC: update groupby methods See Also section

2 participants