Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 884 Bytes

File metadata and controls

38 lines (26 loc) · 884 Bytes

0.0.7

  • Removed dependency on htmlmin.
  • Fixed HTML validation errors.
  • Fixed detection of numerical variables.

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.

0.0.1

  • Initial release.