Metadata-Version: 2.1
Name: pandas-dash
Version: 0.1.0
Summary: Tools for working with Pandas, Plotly, and Dash.
Home-page: https://github.com/lucasjamar/pandas-dash
License: Apache-2.0
Author: lucas.jamar
Author-email: lucasjamar@hotmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: dash (>=2,<3)
Requires-Dist: pandas (>=1,<2)
Project-URL: Repository, https://github.com/lucasjamar/pandas-dash
Description-Content-Type: text/markdown

# Pandas Dash

![Python version](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-blue.svg)
[![PyPI version](https://badge.fury.io/py/pandas-dash.svg)](https://pypi.org/project/pandas-dash/)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/lucasjamar/pandas-dash/blob/main/LICENSE.md)

Tools for working with Pandas, Plotly, and Dash.

[See examples](https://github.com/lucasjamar/pandas-dash/blob/main/examples/app.py)

## Available extensions for `Dash`
* `df.pp.to_dash_table()` for getting the `data` and `columns` for `dash_table` from a flat or multi-index `pd.DataFrame`.
* `df.pp.to_options("my_column")` for creating `dcc.Dropdown` options from the column of a `pd.DataFrame`.

## Extensions for `Plotly` coming soon.
