Skip to content

Latest commit

 

History

History
74 lines (53 loc) · 1.67 KB

README_en.md

File metadata and controls

74 lines (53 loc) · 1.67 KB

PandasEcharts

🔍Introduction

PanadasEcharts is a visualize tool based on pandas and pyecharts , the goal of this project is "visulize your pandas data with one-line code".

🛠Installation

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

🚀Usage

jupyter notebook

  • Basic bar

img

  • Bar with timeline

img

For more documentation, please visit

🌏TODO

Charts supported

  • Pie
  • Bar
  • Bar3D
  • Line
  • Line3D
  • Scatter
  • Scatter3D
  • Boxplot
  • Geo
  • Map
  • Funnel
  • support custom style
  • finish documentation

0.5 version

  • support code hint
  • support datazoom
  • fix data order issue of line figure when xtype is value

©License

MIT ©gamersover