Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pandas_md_summary-0.0.1.tar.gz (1.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page