Exercise

Exploring and pseudonymizing a dataset

In this exercise, you will explore the student performance dataset and decide which columns are more suitable for specific sampling anonymization techniques.

numpy has already been loaded as np and the dataset is loaded as students.

Instructions 1/3

undefined XP
    1
    2
    3
  • Print the summarized information of students.
  • Print the number of unique values in each column of students.