📜  从应用熊猫创建多个新列 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:45.181000             🧑  作者: Mango

代码示例2
def f(x):
    return pd.Series([x*x, x*x*x])