Skip to content

gamersover/pandasecharts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PandasEcharts

English README

🔍简介

基于pandaspyecharts的可视化工具,该项目的旨在用一行代码可视化您的pandas数据

🛠安装

pip 安装

$ pip install pandasecharts

源码安装

$ git clone https://github.com/gamersover/pandasecharts
$ cd pandasecharts
$ pip install -r requirements.txt
$ python setup.py install

🚀使用

notebook环境

  • 基本直方图

img

  • 带时间变化的直方图

img

更多使用方法请访问

🌏后续计划

目前已支持图表类型

  • Pie
  • Bar
  • Bar3D
  • Line
  • Line3D
  • Scatter
  • Scatter3D
  • Boxplot
  • Geo
  • Map
  • Funnel
  • Calendar
  • WordCloud

0.5版本计划

  • 支持代码提示
  • 加入datazoom
  • 修复line图形当xtype为value时需要排序的问题

©License

MIT ©gamersover