Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lernen Checking Missing | s1
Practice
Projects
Quizzes & Challenges
Quizze
Challenges
/
Track DA with Py - Data Manipulation with pandas

bookChecking Missing

Swipe um das Menü anzuzeigen

I'm happy to see you in the last section of the course. Here, you will process data on the passengers of the Titanic. First, let's examine it:

The first step of our learning is finding missing values. By the way, sometimes it is difficult or even impossible to fill all the values of the column; some of them may be missing. Such cases can spoil your result. In the dataset, they always look like this: NaN. First, let's find out if your data set contains missing values.

Pandas has two functions you can apply to the dataset to find missing values. Both of them will put False if the dataset values aren't missing, and True otherwise.

data.isna()
# Or
data.isnull()
question mark

Please select the INCORRECT ways of checking for missing values.

Select all correct answers

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 33

Fragen Sie AI

expand

Fragen Sie AI

ChatGPT

Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen

Abschnitt 1. Kapitel 33
some-alt