A library to generate markdown summaries of pandas DataFrame and Series
Project description
# pandas_markdown_summary Markdown summaries of pandas DataFrame and Series
### Installation -
` pip install pandas_md_summary `
### Usage To generate markdown summary for a pandas DataFrame - ` from pandas_md_summary import gen_markdown_for_df gen_markdown_for_df(df, 'therapy', out_dir='out, top=100) # df is the DataFrame # 'therapy' is a label for the table name. The generated table summary and folder will be named using this variable. # out_dir - the path where you would want the markdown summary generated # top - the number of most frequent values to include in each column summary of the DataFrame. `
Refer Example.ipynb for a full example
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pandas_md_summary-0.0.1.tar.gz
.
File metadata
- Download URL: pandas_md_summary-0.0.1.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b91a98078e0f7521307dba5e36cdc2f8782ca592e5698e8e162afd19caf0f4c |
|
MD5 | 68acfcdff2d442d168cbb047f80731ef |
|
BLAKE2b-256 | 00ec0e283a3814de80b10824e63c1f670b0d1b43230ace4477c7391c7480464d |