ComeçarComece de graça

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?

Este exercício faz parte do curso

Cleaning Data with Generative AI

Ver curso

Exercício interativo prático

Transforme a teoria em ação com um de nossos exercícios interativos

Começar o exercício