Skip to content

Releases: chris1610/sidetable

October 2022 - Release - 0.9.1

Choose a tag to compare

@chris1610 chris1610 released this 29 Oct 21:08
  • 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

August 18, 2021 - v0.9

Choose a tag to compare

@chris1610 chris1610 released this 27 Aug 01:42

Added flatten to collapse multiindex columns

November 29 - Release

Choose a tag to compare

@chris1610 chris1610 released this 29 Nov 16:44

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

August 21, 2020 Release

Choose a tag to compare

@chris1610 chris1610 released this 21 Aug 20:38
  • Adding in a new counts function.
  • Documentation cleanups

July 4, 2020

Choose a tag to compare

@chris1610 chris1610 released this 04 Jul 17:54
  • 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

June 22, 2020 - Release

Choose a tag to compare

@chris1610 chris1610 released this 22 Jun 20:41

Two bug fixes.

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

June 21, 2020 - Release

Choose a tag to compare

@chris1610 chris1610 released this 22 Jun 00:13

This release includes the subtotal functionality.

May 31 2020 Release

Choose a tag to compare

@chris1610 chris1610 released this 31 May 22:34
v0.3

pip install

May 27 - Release

Choose a tag to compare

@chris1610 chris1610 released this 28 May 02:01

Second release. Not broadly public yet.