我有一個關于客戶資料的 CSV 檔案,我將其轉換為 JSON Dict 型別,您可以在下面顯示單個不真實的人的資料。
{
"First Name": "Jonathan",
"Last Name": "Thomas",
"Marital Status": "married or civil partner",
"Sex": "Male",
"Age (Years)": 46,
"Retired": true,
"Distance Commuted to Work (miles)": 13.72,
"Employer Company": "Begum-Williams",
"Dependants": 1,
"Yearly Salary (\u00c2\u00a3)": 54016,
"Yearly Pension (\u00c2\u00a3)": 0,
"Address Street": {
"Address Street": "00 Wheeler wells",
"Address City": "Chapmanton",
"Address Postcode": "L2 7BT"
},
"Credit Card Number": {
"Credit Card Number": "4529436854129855",
"Credit Card Start Date": "08/12",
"Credit Card Expiry Date": "11/26",
"Credit Card CVV": 583,
"Bank IBAN": "GB37UMCO54540228728019"
},
"Vehicle Make": {
"Vehicle Make": "Nissan",
"Vehicle Model": "ATS",
"Vehicle Year": 1996,
"Vehicle Type": "Coupe"
}
我想用 seaborn 可視化資料,我的任務就在下面:
執行以下資料屬性的單變數圖:a) 年齡,計算 bin_width 為 5 需要多少個 bin
使用以下資料屬性執行多變數圖
你能解釋一下“單變數圖”、“多變數圖”和最后“5 個 bin_width 需要多少個 bin”術語嗎?
我對這些術語感到困惑。謝謝
uj5u.com熱心網友回復:

使用 2 個變數(“雙變數”),您可以例如創建 2D kdeplot。或者一個scatterplot. 更多的變數可以通過
轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/359271.html
上一篇:在缺失值索引上附加一個串列
