Sidetable Versions Save

sidetable builds simple but useful summary tables of your data

v0.9.1

1 year ago
  • Fix issue #23 where tuple would cause an error. Also clarified error message.
  • Fix issue #25 where append is deprecated in pandas.
  • Adding stb.pretty() formatting

v0.9

2 years ago

Added flatten to collapse multiindex columns

v0.8

3 years ago

Some minor bug fixes:

  • Fix styling for missing
  • Counts would break on completely null columns. Filter those out.
  • Add a warning if thresh is < 1

v0.7

3 years ago
  • Adding in a new counts function.
  • Documentation cleanups

v0.6

3 years ago
  • Frequency results were not proper percentages. Updated so percentages used correctly. This is a backwards-incompatible change
  • Also changed the column labels to be lower_case
  • Changed Grand Total to be grand_total

v0.5

3 years ago

Two bug fixes.

  • Subtotals were not ordering correctly. This should fix it.
  • Dropping cumulative columns was erroring in some situations. Fixed

v0.4

3 years ago

This release includes the subtotal functionality.

v0.3

3 years ago

v0.2

3 years ago

Second release. Not broadly public yet.