Skip to content

docs: Resync documentation with implementation - #3820

Open
FBruzzesi wants to merge 4 commits into
mainfrom
docs/review
Open

docs: Resync documentation with implementation#3820
FBruzzesi wants to merge 4 commits into
mainfrom
docs/review

Conversation

@FBruzzesi

Copy link
Copy Markdown
Member

Description

Tip

Landed up here while writing up an AGENTS.md to propose for #3632

Fixes documentation that has drifted from the code:

  • how_it_works.md referenced the removed reuse_series_implementation, showed a stale pandas group-by translation (.agg({"b": ["mean"]}) instead of groupby("a")["b"].mean()), and mis-classified nw.nth(0, 1) as MULTI_UNNAMED when it is MULTI_NAMED (same error fixed in the ExpansionKind docstring).
  • Also corrects the filter semantics, the spark-like/SQLFrame note, the default constructor list in CONTRIBUTING, and adds the missing narwhals.sql / narwhals.testing API-reference links.

What type of PR is this? (check all applicable)

  • 💾 Refactor
  • ✨ Feature
  • 🐛 Bug Fix
  • 🔧 Optimization
  • 📝 Documentation
  • ✅ Test
  • 🐳 Other

@FBruzzesi FBruzzesi added the documentation Improvements or additions to documentation label Jul 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant