Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
apache
/
datafusion-python
Public
Notifications
You must be signed in to change notification settings
Fork
176
Star
605
Code
Issues
70
Pull requests
27
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Add missing aggregate functions
- #1471
#1471
Merged
timsaucer
merged 14 commits into
apache:main
apache/datafusion-python:main
from
timsaucer:feat/expose-agg-fns
timsaucer/datafusion-python:feat/expose-agg-fns
Copy head branch name to clipboard
Apr 7, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Add missing aggregate functions
#1471
timsaucer
merged 14 commits into
apache:main
apache/datafusion-python:main
from
timsaucer:feat/expose-agg-fns
timsaucer/datafusion-python:feat/expose-agg-fns
Copy head branch name to clipboard
Commits
Commits on Apr 3, 2026
Add missing aggregate functions: grouping, percentile_cont, var_population
Show description for 9e62add
timsaucer
and
claude
committed
9e62add
View commit details
Copy full SHA for 9e62add
Browse repository at this point
Fix grouping() distinct parameter type for API consistency
Show description for d16cff1
timsaucer
and
claude
committed
d16cff1
View commit details
Copy full SHA for d16cff1
Browse repository at this point
Commits on Apr 6, 2026
Merge branch 'main' into feat/expose-agg-fns
timsaucer
committed
271e86b
View commit details
Copy full SHA for 271e86b
Browse repository at this point
Improve aggregate function tests and docstrings per review feedback
Show description for 0303716
timsaucer
and
claude
committed
0303716
View commit details
Copy full SHA for 0303716
Browse repository at this point
Add GroupingSet.rollup, .cube, and .grouping_sets factory methods
Show description for 1243498
timsaucer
and
claude
committed
1243498
View commit details
Copy full SHA for 1243498
Browse repository at this point
Remove _GroupingSetInternal alias, use expr_internal.GroupingSet directly
Show description for c52b49c
timsaucer
and
claude
committed
c52b49c
View commit details
Copy full SHA for c52b49c
Browse repository at this point
Parametrize grouping set tests for rollup and cube
Show description for c9183dd
timsaucer
and
claude
committed
c9183dd
View commit details
Copy full SHA for c9183dd
Browse repository at this point
Add grouping sets documentation and note grouping() alias limitation
Show description for 4a1efcb
timsaucer
and
claude
committed
4a1efcb
View commit details
Copy full SHA for 4a1efcb
Browse repository at this point
Add grouping sets note to DataFrame.aggregate() docstring
Show description for 18ab457
timsaucer
and
claude
committed
18ab457
View commit details
Copy full SHA for 18ab457
Browse repository at this point
Commits on Apr 7, 2026
Address PR review feedback: add quantile_cont alias and simplify examples
Show description for 74c1485
timsaucer
and
claude
committed
74c1485
View commit details
Copy full SHA for 74c1485
Browse repository at this point
Accept string column names in GroupingSet factory methods
Show description for 410f4c4
timsaucer
and
claude
committed
410f4c4
View commit details
Copy full SHA for 410f4c4
Browse repository at this point
Add agent instructions to keep aggregation/window docs in sync
Show description for 542d8b3
timsaucer
and
claude
committed
542d8b3
View commit details
Copy full SHA for 542d8b3
Browse repository at this point
dfn is already available globally
timsaucer
committed
b6466f4
View commit details
Copy full SHA for b6466f4
Browse repository at this point
Remove unnecessary import on doctest
timsaucer
committed
91be0dc
View commit details
Copy full SHA for 91be0dc
Browse repository at this point
You can’t perform that action at this time.