Skip to content

v0.32.8

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Jan 00:04
· 4 commits to dev since this release

Version 0.32.8

This release introduces a powerful new function for generating frequency tables, along with improvements to existing table-adornment utilities for more consistent behavior.

New Features

  • Added tabyl(), a Python port of R janitor's tabyl function, for creating 1-way, 2-way, and 3-way frequency tables. Features include counts, percent, valid percent, NA display control, and support for categorical variables. (0814c6) (Eric Ma)

Bug Fixes

  • Improved adorn_totals and adorn_percentages to treat the first column as a row identifier (not as a numeric column), matching R janitor's behavior. (0814c6) (Eric Ma)

Deprecations

  • No deprecations in this release.