pandas 函数

apply()是一种让函数作用于列或者行操作,

applymap()是一种让函数作用于DataFrame每一个元素的操作,

map是一种让函数作用于Series每一个元素的操作

你可能感兴趣的:(python)