LoslegenKostenlos loslegen

Missing anything?

Missing values bring problems when you analyze data. It is a good idea to check whether your DataFrame contains any missing data and, if yes, then how many. What columns contain missing data also affects how you treat them. Let's find out all about missing data for our DataFrame!

You look at the US Minimal Wages dataset, containing historical data about minimum wages for US states and territories. However, the dataset got corrupted, and it might contain missing data. The dataset has been loaded for you as wages, and the DataFrames package has been loaded with the using keyword.

What is the correct answer?

Diese Übung ist Teil des Kurses

Data Manipulation in Julia

Kurs anzeigen

Interaktive Übung

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

Übung starten