摘要: https://www.cnblogs.com/Iceredtea/p/12199436.html 分析宝典↑ # 按月度统计并显示,为什么只显示5个月就没了???? print(s.resample('w').sum().head(100)) ... 阅读全文
posted @ 2020-10-20 21:30 bH1pJ 阅读(72) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/Iceredtea/p/12199436.html 分析宝典↑ # 按月度统计并显示,为什么只显示5个月就没了???? print(s.resample('w').sum().head(100)) ... 阅读全文
posted @ 2020-10-20 21:30 bH1pJ 阅读(52) 评论(0) 推荐(0) 编辑
摘要: ead_data=read_data[ ~ read_data['type'].str.contains('未知')] #删除某列包含特殊字符的行 df=df[~df['date'].str.contains('空')] #删除某列包含特殊字符的... 阅读全文
posted @ 2020-10-20 20:24 bH1pJ 阅读(119) 评论(0) 推荐(0) 编辑
摘要: ead_data=read_data[ ~ read_data['type'].str.contains('未知')] #删除某列包含特殊字符的行 df=df[~df['date'].str.contains('空')] #删除某列包含特殊字符的... 阅读全文
posted @ 2020-10-20 20:24 bH1pJ 阅读(706) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/lwgkzl/article/details/80948548 阅读全文
posted @ 2020-10-20 20:22 bH1pJ 阅读(10) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/lwgkzl/article/details/80948548 阅读全文
posted @ 2020-10-20 20:22 bH1pJ 阅读(23) 评论(0) 推荐(0) 编辑
摘要: # import numpy as np import pandas as pd dataPath = r'D:\\\\data.csv' df =pd.read_csv(dataPath) # 任务1:绘制按月份的销售额 columnName = r'1、请选择:日期' r = df.sort_v 阅读全文
posted @ 2020-10-20 20:01 bH1pJ 阅读(68) 评论(0) 推荐(0) 编辑
摘要: #import numpy as npimport pandas as pddataPath = r'D:\\\\data.csv'df =pd.read_csv(dataPath)# 任务1:绘制按月份的销售额columnName = r'1、请选择:日期'... 阅读全文
posted @ 2020-10-20 20:01 bH1pJ 阅读(21) 评论(0) 推荐(0) 编辑
摘要: #import numpy as npimport pandas as pddataPath = r'D:\\\\data.csv'df =pd.read_csv(dataPath)# 任务1:绘制按月份的销售额columnName = r'1、请选择:日期'... 阅读全文
posted @ 2020-10-20 20:01 bH1pJ 阅读(26) 评论(0) 推荐(0) 编辑
摘要: pandas 对某一列进行排序 阅读全文
posted @ 2020-10-20 17:55 bH1pJ 阅读(90) 评论(0) 推荐(0) 编辑
摘要: pandas 对某一列进行排序 阅读全文
posted @ 2020-10-20 17:55 bH1pJ 阅读(194) 评论(0) 推荐(0) 编辑
摘要: python dataframe的分析策略 https://www.scipy.org/ https://pandas.pydata.org/pandas-docs/version/1.1.2/pandas.pdf 阅读全文
posted @ 2020-10-20 17:52 bH1pJ 阅读(24) 评论(0) 推荐(0) 编辑
摘要: python dataframe的分析策略 https://www.scipy.org/ https://pandas.pydata.org/pandas-docs/version/1.1.2/pandas.pdf 阅读全文
posted @ 2020-10-20 17:52 bH1pJ 阅读(19) 评论(0) 推荐(0) 编辑
摘要: https://www.scipy.org/docs.html 阅读全文
posted @ 2020-10-20 17:38 bH1pJ 阅读(6) 评论(0) 推荐(0) 编辑
摘要: https://www.scipy.org/docs.html 阅读全文
posted @ 2020-10-20 17:38 bH1pJ 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 有点难,用默认的吧: shift + F6 阅读全文
posted @ 2020-10-20 17:10 bH1pJ 阅读(54) 评论(1) 推荐(0) 编辑
摘要: 有点难,用默认的吧: shift + F6 阅读全文
posted @ 2020-10-20 17:10 bH1pJ 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 方案一:弄一个toolbox https://blog.csdn.net/qq_33579467/article/details/88967291 https://www.programmersought.com/article/7997902440/... 阅读全文
posted @ 2020-10-20 16:55 bH1pJ 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 方案一:弄一个toolbox https://blog.csdn.net/qq_33579467/article/details/88967291 https://www.programmersought.com/article/7997902440/... 阅读全文
posted @ 2020-10-20 16:55 bH1pJ 阅读(160) 评论(0) 推荐(0) 编辑
摘要: excel另存为PDF,然后保持缩放 阅读全文
posted @ 2020-10-20 11:01 bH1pJ 阅读(76) 评论(0) 推荐(0) 编辑