python--從字典中提取子字典並轉成DataFrame的方法

【問題描述】 我想從已有字典中提取出幾個鍵值對構成新的字典,而後爲了方便查看,再轉成DataFrame格式。python 【問題解決】 test_0 = {"id":[1,1,2,3,3,4,5,5],"price":[5,6,8,3,4,6,9,5],"amount":[1,1,2,1,1,1,2,1],"status":['sale','sale','no','no','sale','no',
相關文章
相關標籤/搜索