pandas中map,apply,applymap的区别

  基于Series数据结构的操做 pandas.Series.apply Series.map 对元素进行按元素操做 For element-wise operations Series.agg 官网注明只能使用聚合类型的操做,如sum,count,mean,std,prod,first,last,能够使用多个 only perform aggregating type operations  
相关文章
相关标签/搜索