会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Himmelbleu
管理
2024年3月13日
[Pandas] pandas.Series.pipe
摘要: 类似于 Linux 管道,上一个函数处理完成的结果交给下一个函数,而不是一个函数套一个函数。 def subtract_federal_tax(df): return df * 0.9 def subtract_state_tax(df, rate): return df * (1 - rate)
阅读全文
posted @ 2024-03-13 00:47 Himmelbleu
阅读(7)
评论(0)
推荐(0)
编辑