摘要:
数据可视化图形库: python图形库:https://www.python-graph-gallery.com/ pyecharts图形库(极力推荐):https://pyecharts.org/#/zh-cn/tree_charts 阅读全文
posted @ 2021-09-17 23:03
Theext
阅读(54)
评论(0)
推荐(0)
摘要:
数据预处理: 读取数据: import pandas as pd data=pd.read_csv(r'C:\Users\Administrator\Desktop\insurance.csv',encoding=('utf-8')) 筛选数据: # 去除噪点 data_1 = data.query 阅读全文
posted @ 2021-09-17 22:44
Theext
阅读(87)
评论(0)
推荐(0)