In your loop you're overwriting the entire column by doing this: df['Languagereveiw'] = lang. If you want to do this in a for loop use ...
確定! 回上一頁