ComenzarEmpieza gratis

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 ejercicio forma parte del curso

Cleaning Data with Generative AI

Ver curso

Ejercicio interactivo práctico

Pon en práctica la teoría con uno de nuestros ejercicios interactivos

Empezar ejercicio