# 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
Release files for pandas-md-summary 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pandas_md_summary-0.0.1.tar.gz | 1.4 kB | Details |
Release files / pandas_md_summary-0.0.1.tar.gz
| Download URL | pandas_md_summary-0.0.1.tar.gz |
|---|---|
| Size | 1.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9b91a98078e0f7521307dba5e36cdc2f8782ca592e5698e8e162afd19caf0f4c
|
|
BLAKE2b-256 checksum How to use checksums |
00ec0e283a3814de80b10824e63c1f670b0d1b43230ace4477c7391c7480464d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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+
|