PanadasEcharts is a visualize tool based on pandas and pyecharts , the goal of this project is "visulize your pandas data with one-line code".
pip install
$ pip install pandasecharts
install from source
$ git clone https://github.com/gamersover/pandasecharts
$ cd pandasecharts
$ pip install -r requirements.txt
$ python setup.py install
- Basic bar
- Bar with timeline
For more documentation, please visit
Charts supported
- Pie
- Bar
- Bar3D
- Line
- Line3D
- Scatter
- Scatter3D
- Boxplot
- Geo
- Map
- Funnel
- support custom style
- finish documentation
- support code hint
- support datazoom
- fix data order issue of line figure when xtype is value
MIT ©gamersover