- 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
- Fix issue #19 so that users can release memory for big dataframes. Thanks Laurent Esingle.
- Add new flatten() function to clean up multiindex column names
- Fix bug where threshold would not work for categorical columns
- Fix styling for missing
- Counts would break on completely null columns. Filter those out.
- Add a warning if thresh is < 1
- Add counts function to show the number of total and unique values in a column
- Some doc cleanups and clarifications
- 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
- Subtotal sorting was not working consistently. Fixed
- Dropping cumulative count and percent was broken. Fixed
- Adding a subtotal function
- Allow sorting by column values in freq table
- Add flag to drop cumulative count and frequency if they are not needed
- First public release
- Changing accessor to .stb in order to avoid any confusion with streamlit
- Initial release
- First release on PyPI.