Skip to content

[ENH] Group By - add quantile aggregations#6304

Merged
janezd merged 1 commit into
biolab:masterfrom
PrimozGodec:groupby-q
Jan 27, 2023
Merged

[ENH] Group By - add quantile aggregations#6304
janezd merged 1 commit into
biolab:masterfrom
PrimozGodec:groupby-q

Conversation

@PrimozGodec
Copy link
Copy Markdown
Contributor

@PrimozGodec PrimozGodec commented Jan 20, 2023

Issue

Resolves #6065

Description of changes

Adding Q1, and Q3 aggregations, moving min and max to the first column.

Mini test refactoring

Includes
  • Code changes
  • Tests
  • Documentation

@PrimozGodec PrimozGodec changed the title Group By - add quantile aggregations [ENH] Group By - add quantile aggregations Jan 20, 2023
@PrimozGodec
Copy link
Copy Markdown
Contributor Author

PrimozGodec commented Jan 20, 2023

I will also change the documentation and images in the documentation. Before replacing images, I would like to know if the new order (especially the last column) is OK. @janezd

Screenshot 2023-01-20 at 11 16 08

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 20, 2023

Codecov Report

Merging #6304 (2a0e85c) into master (da5fd99) will not change coverage.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6304   +/-   ##
=======================================
  Coverage   87.44%   87.44%           
=======================================
  Files         316      316           
  Lines       67926    67926           
=======================================
  Hits        59399    59399           
  Misses       8527     8527           

@janezd janezd self-assigned this Jan 27, 2023
@janezd janezd merged commit 3b2f391 into biolab:master Jan 27, 2023
@PrimozGodec PrimozGodec deleted the groupby-q branch January 30, 2023 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Group By: Add quartile outputs

2 participants