题目: data = {‘country’:[‘aaa’,’bbb’,’ccc’], ‘population’:[10,12,14]} df_data = pd.DataFrame(data) 请写出此程序中df_data的值。(5分) 喜欢 (0)