Skip to content

[FIX] Pivot: Fix table for categorical variables#5193

Merged
lanzagar merged 1 commit into
biolab:masterfrom
VesnaT:fix_pivot_disc_vars
Jan 22, 2021
Merged

[FIX] Pivot: Fix table for categorical variables#5193
lanzagar merged 1 commit into
biolab:masterfrom
VesnaT:fix_pivot_disc_vars

Conversation

@VesnaT
Copy link
Copy Markdown
Contributor

@VesnaT VesnaT commented Jan 18, 2021

Issue

Fixes #5180

Description of changes
Includes
  • Code changes
  • Tests
  • Documentation

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 18, 2021

Codecov Report

Merging #5193 (55412b1) into master (b8d3d67) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #5193   +/-   ##
=======================================
  Coverage   85.06%   85.06%           
=======================================
  Files         298      298           
  Lines       60813    60815    +2     
=======================================
+ Hits        51730    51732    +2     
  Misses       9083     9083           

@lanzagar
Copy link
Copy Markdown
Contributor

This fixes Pivot for categorical variables.
Note: we should also fix it for time variables (in another PR).

@lanzagar lanzagar changed the title [FIX] Pivot: Fix table for discrete variables [FIX] Pivot: Fix table for categorical variables Jan 22, 2021
@lanzagar lanzagar merged commit a6e34b2 into biolab:master Jan 22, 2021
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.

Pivot table does not show the expected count and value

2 participants