Skip to content

基python的pyecharts模块将Excel中的数据可视化

Notifications You must be signed in to change notification settings

zlpu/pyecharts_Excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

当数据分析遇上数据可视化时

在这里插入图片描述

支持:多类型图表、多数据类型、多web框架

只要是数据,就有办法可视化

1.概要

01.题目:基于python的pyecharts模块实现将excel中的数据可视化案例—网络攻防监控

02.web框架:Falsk 数据刷新方式:Excel中的数据发生改变后需要重新运行此app.py文件

03.用到的包:pyecharts、xlrd、flask、datatime

04.excel中的数据的更新方式: 修改数据或者新增行数据

05.步骤:

------001:导入相关的包

------002:数据源的准备及处理

------003:作图,图表的相关属性设置

------004:图表组合,Grid布局

------005:flask(app.route)

------006:run app.py

2.文件目录结构

在这里插入图片描述

pyecharts离线包地址(templates): https://github.com/pyecharts/pyecharts/archive/refs/heads/master.zip

3.如何运行

表格中的数据发生改变都需要重新执行这三个步骤

01.更改Excel表格中的数据

02.python3 app.py

03.浏览器访问:ip:5000

4.运行界面

image

About

基python的pyecharts模块将Excel中的数据可视化

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published