摘要: 1,在使用这些方法时,格式为: 日期.dt.方法 (中间要加上.dt,否则会报错) 阅读全文
posted @ 2019-07-20 21:49 limalove 阅读(682) 评论(0) 推荐(0)
摘要: np.percentile( )函数 quantile( )函数 四分位数 注意:这里计算位置时,都是n+1,(n表示n个数) 下四分位数的位置Q1=(n+1)*0.25 中位数的位置Q2=(n+1)*0.5 上四分位数的位置Q3=(n+1)*0.75 np.percentile函数 阅读全文
posted @ 2019-07-20 12:45 limalove 阅读(7545) 评论(0) 推荐(0)
摘要: 引自:https://iask.sina.com.cn/b/13246404.html 注意:是进程 “explorer”,不是 应用程序 阅读全文
posted @ 2019-07-20 09:06 limalove 阅读(3619) 评论(0) 推荐(0)