🌈 搜索
📅  最后修改于: 2022-03-11 14:45:39.122000             🧑  作者: Mango
def test(df): df = df.copy(deep=True) df['tt'] = np.nan return df