Releases: mhowison/codebooks
Releases · mhowison/codebooks
0.0.6
- Added progress bar and logging options.
- Added screenshot.
- Added Ordered Categorical type and corresponding test.
- Removed unneeded variable sort.
0.0.5
- Fixed --parquet option and added corresponding test.
- Added detection of date types.
- Fixed colspan alignment between data types.
0.0.4
- Fixed --desc option and added corresponding test.
0.0.3
- Increased number of examples for categorical variables from 5 to 10.
- Refactored HTML generator into a class.
- Removed dependency on seaborn.
- Added --encoding and --parquet options.
- Renamed --na_values option to --na.
0.0.2
- Updated codebooks script to work on Windows.
- Reformated output with a condensed table format inspired by R/summarytools.