Pandas has a cool feature called Map which let you create a new column ... import pandas as pd df= pd. ... Population.map(lambda x: x*100) ...
確定! 回上一頁