{ "info": { "author": "Mark Howison", "author_email": "mark@howison.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering" ], "description": "# Codebooks\n\nAutomatically generate codebooks from dataframes. Includes methods to:\n* Infer variable type (as unique key, indicator, categorical, or continuous).\n* Summarize values with histograms and KDEs.\n* Generate a self-contained HTML report (may be extended to PDF or other formats in the future).\n\nUsage:\n\n codebooks -o output.html input.csv\n\n## Adding variable descriptions\n\nYou can specify a csv file that maps variable names to descriptions using:\n\n codebooks --desc descriptions.csv -o output.html input.csv\n\nThe csv file is expected to have two columns (variable name, description).\n\n## License\n\n3-Clause BSD (see LICENSE)\n\n## Authors\n\nMark Howison \n[http://mark.howison.org](http://mark.howison.org)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mhowison/codebooks", "keywords": "data,data analysis,data frame,data science,codebook", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "codebooks", "package_url": "https://pypi.org/project/codebooks/", "platform": "", "project_url": "https://pypi.org/project/codebooks/", "project_urls": { "Homepage": "https://github.com/mhowison/codebooks" }, "release_url": "https://pypi.org/project/codebooks/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Automatic generation of codebooks from dataframes.", "version": "0.0.1" }, "last_serial": 5228847, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e971d0e010680f4c1e55e6baaed5e655", "sha256": "20915a9a660267fad03ec1b0b9ef82ffa729bdd8ce32a79055c453ce08616bbb" }, "downloads": -1, "filename": "codebooks-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e971d0e010680f4c1e55e6baaed5e655", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10511, "upload_time": "2019-05-05T16:03:26", "url": "https://files.pythonhosted.org/packages/06/bf/b9ee8fe1a4b37a56fc1a43bc8d1a67736057e82f784e686d1715bb1592db/codebooks-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e971d0e010680f4c1e55e6baaed5e655", "sha256": "20915a9a660267fad03ec1b0b9ef82ffa729bdd8ce32a79055c453ce08616bbb" }, "downloads": -1, "filename": "codebooks-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e971d0e010680f4c1e55e6baaed5e655", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10511, "upload_time": "2019-05-05T16:03:26", "url": "https://files.pythonhosted.org/packages/06/bf/b9ee8fe1a4b37a56fc1a43bc8d1a67736057e82f784e686d1715bb1592db/codebooks-0.0.1.tar.gz" } ] }