我們將使用 astype() 資料類型轉成 category ,這樣做為了減少記憶體使用的大小。 chicago["Department"] = chicago["Department"].astype("category").
確定! 回上一頁