PandasEcharts
简介
安装
pip 安装
$ pip install pandasecharts
源码安装
$ git clone https://github.com/gamersover/pandasecharts
$ cd pandasecharts
$ pip install -r requirements.txt
$ python setup.py install
使用
notebook环境
- 基本直方图
- 带时间变化的直方图
后续计划
目前已支持图表类型
- Pie
- Bar
- Bar3d
- Line
- Scatter
后续支持
- Boxplot
- Funnel
- Line3d
- Scatter3d
- Geo
- Map
License
MIT ©gamersover