这里我们向map()中传入lambda函数来实现所需功能: #因为已经知道数据gender列性别中只有F和M所以编写如下lambda函数data.gender.map(lambda x:'女性' ...
確定! 回上一頁