開始使用免費開始

探索並以假名處理資料集

在這個練習中,你會先探索學生表現的資料集,並決定哪些欄位適合使用特定的抽樣匿名化技術。

numpy 已經以 np 載入,資料集則載入為 students

本練習屬於課程

Data Privacy and Anonymization in Python

檢視課程

動手互動練習

試著完成這個範例程式碼,體驗一下這個練習。

# Print the summarized information of the DataFrame
print(____)

# Print the number of unique values in each column of students 
print(____)
編輯並執行程式碼