Skip to content

Better index/columns handling in groupby operations#64

Merged
michcio1234 merged 2 commits intomasterfrom
fix/#58
Sep 7, 2018
Merged

Better index/columns handling in groupby operations#64
michcio1234 merged 2 commits intomasterfrom
fix/#58

Conversation

@michcio1234
Copy link
Copy Markdown

  • column names are preserved in groupby_agg
  • when groupby_agg is used with Multiindex and level=, resulting
    index has values only for specified level
  • when grouping by column, this column is not present in result

Fixes #58.

- column names are preserved in groupby_agg
- when groupby_agg is used with Multiindex and level=, resulting
index has values only for specified level
- when grouping by column, this column is not present in result

Fixes #58.
@michcio1234 michcio1234 requested a review from kayibal September 6, 2018 11:21
@codecov
Copy link
Copy Markdown

codecov bot commented Sep 7, 2018

Codecov Report

Merging #64 into master will decrease coverage by 0.21%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
- Coverage   88.94%   88.73%   -0.22%     
==========================================
  Files           7        7              
  Lines        1185     1189       +4     
==========================================
+ Hits         1054     1055       +1     
- Misses        131      134       +3
Impacted Files Coverage Δ
sparsity/sparse_frame.py 88.75% <100%> (-0.5%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2c2cdd7...081bdc6. Read the comment docs.

@michcio1234 michcio1234 merged commit 20e3bc4 into master Sep 7, 2018
@michcio1234 michcio1234 deleted the fix/#58 branch September 7, 2018 09:32
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.

2 participants