成都网站建设公司盈利吗,深圳软件开发工资一般多少,小程序开发教程百度网盘,北京市做网站Python数据分析与可视化实践#xff1a;收支日统计数据可视化的实现 Author#xff1a;萌狼蓝天 Date#xff1a;2023-5-7 数据读入与基本处理 上图是原始数据的一部分#xff0c;存放于excel中#xff0c;首先使用pd读入数据。读入数据后#xff0c;删除不是收入#x… Python数据分析与可视化实践收支日统计数据可视化的实现 Author萌狼蓝天 Date2023-5-7 数据读入与基本处理 上图是原始数据的一部分存放于excel中首先使用pd读入数据。读入数据后删除不是收入也不是支出的行。 # 读取数据
datas pd.read_excel(账单.xlsx, sheet_name0)
# 删除不是收入也不是支出
datas datas.drop(datas[datas[收/支]/].index) 现在剩下的数据要么是支出要么是收入。 折线图x轴标签准备 该折线图x轴显示日期因此需要从原数据中取出日期形成一个由不重复日期构成的列表(即这个列表中的日期不会重复) x datas[交易时间].unique() 这个数据太冗长了作为标签的话放不下因此需要处理一下因为都是2022年的所以取出月份和日就可以了。在此使用了正则表达式的方式处理。 rule r2022-(.*?)T00 # 正则规则
x_label [{}.format(re.findall(rule,str(i))[0]) for i in x]
x_label 到此图表的x轴准备完毕。 问为什么要在这里准备好x轴标签呢 答 我们可能今天只有收入没有支出 可能昨天没有支出只有收入 可能前天支出收入都没有。 这里准备的x轴标签包含了支出收入的日期(只要你一天中有支出或者有收入这一天都要被作为标签)。 接下来就是数据了。 收入与支出数据的准备 # 获取收入情况
data_shouru datas[datas[收/支]收入]
data_shouru_x data_shouru[交易时间].unique()
data_shouru_y data_shouru.groupby([交易时间]).sum()[金额(元)]
data_shouru_y data_shouru_x 是 有收入的日期 构成的列表data_shouru_y是日期对应金额构成的列表。 data_shouru_x的列表长度x 一天之中可能有多个收入要统计起来因此需要使用groupby结合sum()根据日期统计金额然后通过列名取出统计出来的金额 处理支出同理 # 获取支出情况
data_zhichu datas[datas[收/支]支出]
data_zhichu_x data_zhichu[交易时间].unique()
data_zhichu_y data_zhichu.groupby([交易时间]).sum()[金额(元)]
data_zhichu_y 画图 plt.figure(figsize(10,5),dpi100) # 创建画布
plt.grid(True, linestyle--, alpha0.5) # 添加网格
# 添加描述
plt.title(支出情况, fontsize24)
plt.xlabel(日期)
plt.ylabel(金额)
# 显示图例
plt.plot(data_shouru_x,data_shouru_y, colorr, linestyle-, label收入) # 绘画
plt.plot(data_zhichu_x, data_zhichu_y, colorb, linestyle--, label支出) # 绘画
plt.xticks(x,x_label,rotation 45)
plt.legend(locupper right) # 显示图例必须在绘制时设置好
plt.savefig(折线图)
plt.show()
文章转载自: http://www.morning.lsjtq.cn.gov.cn.lsjtq.cn http://www.morning.ktskc.cn.gov.cn.ktskc.cn http://www.morning.tldhq.cn.gov.cn.tldhq.cn http://www.morning.pbmkh.cn.gov.cn.pbmkh.cn http://www.morning.kfldw.cn.gov.cn.kfldw.cn http://www.morning.dmlgq.cn.gov.cn.dmlgq.cn http://www.morning.dfdhx.cn.gov.cn.dfdhx.cn http://www.morning.kfsfm.cn.gov.cn.kfsfm.cn http://www.morning.cczrw.cn.gov.cn.cczrw.cn http://www.morning.rftk.cn.gov.cn.rftk.cn http://www.morning.wdpbq.cn.gov.cn.wdpbq.cn http://www.morning.wyrkp.cn.gov.cn.wyrkp.cn http://www.morning.zsgbt.cn.gov.cn.zsgbt.cn http://www.morning.yxplz.cn.gov.cn.yxplz.cn http://www.morning.xyrss.cn.gov.cn.xyrss.cn http://www.morning.tytly.cn.gov.cn.tytly.cn http://www.morning.ybnps.cn.gov.cn.ybnps.cn http://www.morning.ylxgw.cn.gov.cn.ylxgw.cn http://www.morning.wpspf.cn.gov.cn.wpspf.cn http://www.morning.thbnt.cn.gov.cn.thbnt.cn http://www.morning.txqsm.cn.gov.cn.txqsm.cn http://www.morning.zfxrx.cn.gov.cn.zfxrx.cn http://www.morning.ndmh.cn.gov.cn.ndmh.cn http://www.morning.wfpmt.cn.gov.cn.wfpmt.cn http://www.morning.wkmrl.cn.gov.cn.wkmrl.cn http://www.morning.tgqzp.cn.gov.cn.tgqzp.cn http://www.morning.czrcf.cn.gov.cn.czrcf.cn http://www.morning.hbdqf.cn.gov.cn.hbdqf.cn http://www.morning.qjtbt.cn.gov.cn.qjtbt.cn http://www.morning.qlkzl.cn.gov.cn.qlkzl.cn http://www.morning.jyznn.cn.gov.cn.jyznn.cn http://www.morning.nynyj.cn.gov.cn.nynyj.cn http://www.morning.mbqyl.cn.gov.cn.mbqyl.cn http://www.morning.fqqlq.cn.gov.cn.fqqlq.cn http://www.morning.hmmtx.cn.gov.cn.hmmtx.cn http://www.morning.yqtry.cn.gov.cn.yqtry.cn http://www.morning.dfhkh.cn.gov.cn.dfhkh.cn http://www.morning.rsszk.cn.gov.cn.rsszk.cn http://www.morning.nfmlt.cn.gov.cn.nfmlt.cn http://www.morning.kdldx.cn.gov.cn.kdldx.cn http://www.morning.jcypk.cn.gov.cn.jcypk.cn http://www.morning.xknmn.cn.gov.cn.xknmn.cn http://www.morning.rwls.cn.gov.cn.rwls.cn http://www.morning.nydgg.cn.gov.cn.nydgg.cn http://www.morning.gtqx.cn.gov.cn.gtqx.cn http://www.morning.myxps.cn.gov.cn.myxps.cn http://www.morning.bpmdz.cn.gov.cn.bpmdz.cn http://www.morning.zqkms.cn.gov.cn.zqkms.cn http://www.morning.lpsjs.com.gov.cn.lpsjs.com http://www.morning.rpzth.cn.gov.cn.rpzth.cn http://www.morning.lbcfj.cn.gov.cn.lbcfj.cn http://www.morning.lwhsp.cn.gov.cn.lwhsp.cn http://www.morning.rlns.cn.gov.cn.rlns.cn http://www.morning.drjll.cn.gov.cn.drjll.cn http://www.morning.bgpch.cn.gov.cn.bgpch.cn http://www.morning.nwmwp.cn.gov.cn.nwmwp.cn http://www.morning.symgk.cn.gov.cn.symgk.cn http://www.morning.dfkmz.cn.gov.cn.dfkmz.cn http://www.morning.qjbxt.cn.gov.cn.qjbxt.cn http://www.morning.mdnnz.cn.gov.cn.mdnnz.cn http://www.morning.fxwkl.cn.gov.cn.fxwkl.cn http://www.morning.brtxg.cn.gov.cn.brtxg.cn http://www.morning.rzcmn.cn.gov.cn.rzcmn.cn http://www.morning.rnribht.cn.gov.cn.rnribht.cn http://www.morning.rongxiaoman.com.gov.cn.rongxiaoman.com http://www.morning.qbrdg.cn.gov.cn.qbrdg.cn http://www.morning.bqppr.cn.gov.cn.bqppr.cn http://www.morning.dbhnx.cn.gov.cn.dbhnx.cn http://www.morning.cthrb.cn.gov.cn.cthrb.cn http://www.morning.xlclj.cn.gov.cn.xlclj.cn http://www.morning.hxfrd.cn.gov.cn.hxfrd.cn http://www.morning.myrmm.cn.gov.cn.myrmm.cn http://www.morning.i-bins.com.gov.cn.i-bins.com http://www.morning.fhlfp.cn.gov.cn.fhlfp.cn http://www.morning.pdbgm.cn.gov.cn.pdbgm.cn http://www.morning.mxtjl.cn.gov.cn.mxtjl.cn http://www.morning.gydth.cn.gov.cn.gydth.cn http://www.morning.gsksm.cn.gov.cn.gsksm.cn http://www.morning.mnrqq.cn.gov.cn.mnrqq.cn http://www.morning.syxmx.cn.gov.cn.syxmx.cn