clllll  

2022年6月3日

摘要: 向量化字符串操作 Series 和 Index对象 的str属性。 可以正确的处理缺失值 方法列表 正则表达式。 Method Description match() Call re.match() on each element, returning a boolean. extract() Ca 阅读全文
posted @ 2022-06-03 20:51 llcl 阅读(245) 评论(0) 推荐(0) 编辑
 
摘要: 简单累计功能 Series sum() 返回一个 统计值 DataFrame sum。默认对每列进行统计 设置axis参数,对每一行 进行统计 describe()可以计算每一列的若干常用统计值。 获取seaborn planets数据 github: https://github.com/mwas 阅读全文
posted @ 2022-06-03 17:33 llcl 阅读(362) 评论(0) 推荐(0) 编辑
 
摘要: 将不同的数据源进行合并 , 类似数据库 join merge . 工具函数 concat / append pd.concat() 简易合并 合并高维数据 默认按行合并。 axis=0 ,试试 axis = 1 索引重复 结果中,索引是重复的。 这可能并不是我们想要的结果。 1)捕捉索引重复的错误。 阅读全文
posted @ 2022-06-03 13:47 llcl 阅读(318) 评论(0) 推荐(0) 编辑