Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.
/ codebooks Public archive
forked from mhowison/codebooks

Automatic generation of codebooks from dataframes.

License

Notifications You must be signed in to change notification settings

vera-institute/codebooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codebooks

Automatically generate codebooks from dataframes. Includes methods to:

  • Infer variable type (as unique key, indicator, categorical, or continuous).
  • Summarize values with histograms and KDEs.
  • Generate a self-contained HTML report (may be extended to PDF or other formats in the future).

Usage:

codebooks -o output.html input.csv

Adding variable descriptions

You can specify a csv file that maps variable names to descriptions using:

codebooks --desc descriptions.csv -o output.html input.csv

The csv file is expected to have two columns (variable name, description).

License

3-Clause BSD (see LICENSE)

Authors

Mark Howison
http://mark.howison.org

About

Automatic generation of codebooks from dataframes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%