探索并对数据集进行假名化
在本练习中,您将探索学生成绩数据集,并判断哪些列更适合使用特定的抽样匿名化技术。
numpy 已作为 np 导入,数据集已加载为 students。
本练习是课程的一部分
Python 中的数据隐私与匿名化
交互式实操练习
通过完成这段示例代码来试试这个练习。
# Print the summarized information of the DataFrame
print(____)
# Print the number of unique values in each column of students
print(____)