Metadata-Version: 2.1
Name: ecdf
Version: 0.6.1
Summary: Visualize dataframes with echarts
Home-page: https://github.com/kongscn/ecdf
Author: Shel Kong
Author-email: kongscn@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas

# ecdf

Visualize pandas [**d**ata**f**rames](https://github.com/pandas-dev/pandas) with [**ec**harts](http://echarts.baidu.com/).

![a ecdf demo](https://raw.githubusercontent.com/kongscn/ecdf/master/doc/demo.png)


Note:

* It is designed to visualize dataframe in wide format, e.g. every column of a dataframe is a series in a echart.

*  Still in very early experimental stage, everything may change.

