LoslegenKostenlos loslegen

Filtering out null values

You've removed duplicate rows. The next step is to filter out any rows with null (empty) values in the transaction date column. Rows without a transaction date are likely not real transaction events and may have been generated in error.

You'll be using Python to carry out these data transformation tasks. Use CleanerBot3000 to understand why it's important to filter out the null values in the dataset and which Pandas function you need to utilize.

Ensure that CleanerBot3000 has applied this function and provided you with an updated view of your dataset!

What is the correct Pandas function to filter out null (empty) values?

Diese Übung ist Teil des Kurses

Cleaning Data with Generative AI

Kurs anzeigen

Interaktive Übung

In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.

Übung starten