摘要: matplotlib,pyplot小小应用 阅读全文
posted @ 2019-01-17 19:32 石桥浪子 阅读(1503) 评论(0) 推荐(0) 编辑
摘要: 正则表达式,常用,标准的正则表达式 阅读全文
posted @ 2019-01-16 20:04 石桥浪子 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 归一化操作,min-max标准化,Z-score标准化方法 阅读全文
posted @ 2019-01-16 19:52 石桥浪子 阅读(19279) 评论(0) 推荐(0) 编辑
摘要: 数据分组,数据聚合 阅读全文
posted @ 2019-01-16 14:55 石桥浪子 阅读(1680) 评论(0) 推荐(1) 编辑
摘要: 随机抽样,随机排序 阅读全文
posted @ 2019-01-15 21:20 石桥浪子 阅读(3191) 评论(0) 推荐(0) 编辑
摘要: pandas映射操作,删除操作,修改表数据 阅读全文
posted @ 2019-01-15 20:40 石桥浪子 阅读(899) 评论(0) 推荐(0) 编辑
摘要: 交叉表,透视表 阅读全文
posted @ 2019-01-15 19:31 石桥浪子 阅读(1930) 评论(0) 推荐(0) 编辑
摘要: pandas关联数据库,读出,写入 阅读全文
posted @ 2019-01-14 21:10 石桥浪子 阅读(734) 评论(0) 推荐(0) 编辑
摘要: pandas实践,相关知识应用 阅读全文
posted @ 2019-01-14 15:40 石桥浪子 阅读(679) 评论(0) 推荐(0) 编辑
摘要: pandas中数据级联 阅读全文
posted @ 2019-01-12 17:09 石桥浪子 阅读(479) 评论(0) 推荐(0) 编辑
摘要: pandas中数据的索引和切片 阅读全文
posted @ 2019-01-12 09:31 石桥浪子 阅读(2996) 评论(0) 推荐(0) 编辑
摘要: pandas中数据的清洗 阅读全文
posted @ 2019-01-11 20:41 石桥浪子 阅读(2216) 评论(0) 推荐(0) 编辑
摘要: pandas中series和dataframe基本处理 阅读全文
posted @ 2019-01-10 22:30 石桥浪子 阅读(671) 评论(0) 推荐(0) 编辑
摘要: 输入命令: :~$ pip install mysqlclient 报错: Collecting mysqlclient Using cached https://files.pythonhosted.org/packages/f7/a2/1230ebbb4b91f42ad6b646e59eb885 阅读全文
posted @ 2019-01-10 16:25 石桥浪子 阅读(3067) 评论(0) 推荐(0) 编辑
摘要: mysql数据库的统计 生成统计信息 1.distinct:在一组之中将各个唯一的值找出来,如找出所有的品牌种类 mysql>select distinct brand_kind from brand;+ +| brand_kind |+ +| A || B || C |+ + 2.计数统计,使用c 阅读全文
posted @ 2019-01-10 09:31 石桥浪子 阅读(155) 评论(0) 推荐(0) 编辑