LoslegenKostenlos loslegen

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.

Diese Übung ist Teil des Kurses

Data Privacy and Anonymization in Python

Kurs anzeigen

Interaktive Übung

Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.

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

# Print the number of unique values in each column of students 
print(____)
Code bearbeiten und ausführen