Example: make length string in pandas df['name_length'] = df.Name.str.len() // or df['name_length'] = df.Name.apply(len)
確定! 回上一頁