Skip to main content

Some utility functions for working with Pandas.

Project description

cjm-pandas-utils

This file will become your README and also the index of your documentation.

Install

pip install cjm_pandas_utils

How to use

markdown_to_pandas

from cjm_pandas_utils.core import markdown_to_pandas
md_table_str = """
| Name | Age | Occupation |
| ---- | --- | ---------- |
| John | 35  | Engineer    |
| Jane | 29  | Teacher     |
| Bob  | 42  | Doctor      |
"""
markdown_df = markdown_to_pandas(md_table_str)
markdown_df.iloc[1]
Name             Jane
Age                29
Occupation    Teacher
Name: 1, dtype: object

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

cjm-pandas-utils-0.0.3.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

cjm_pandas_utils-0.0.3-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

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