Skip to content
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

Implement chain group_by #482

Merged
merged 5 commits into from
Oct 16, 2024

Add missing aggregate functions

56999e8
Select commit
Loading
Failed to load commit list.
Merged

Implement chain group_by #482

Add missing aggregate functions
56999e8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 14, 2024 in 0s

87.25% (+0.10%) compared to 437898c

View this Pull Request on Codecov

87.25% (+0.10%) compared to 437898c

Details

Codecov Report

Attention: Patch coverage is 95.59748% with 7 lines in your changes missing coverage. Please review.

Project coverage is 87.25%. Comparing base (437898c) to head (56999e8).

Files with missing lines Patch % Lines
src/datachain/query/dataset.py 69.23% 2 Missing and 2 partials ⚠️
src/datachain/lib/func/func.py 91.66% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #482      +/-   ##
==========================================
+ Coverage   87.15%   87.25%   +0.10%     
==========================================
  Files          92       96       +4     
  Lines        9834     9943     +109     
  Branches     1348     1362      +14     
==========================================
+ Hits         8571     8676     +105     
- Misses        910      911       +1     
- Partials      353      356       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.