Sectie 1. Hoofdstuk 7
single
Challenge: Cleaning Survey Data
Veeg om het menu te tonen
Taak
Swipe to start coding
You are provided with a DataFrame containing survey responses, where some values in the 'age' and 'score' columns are missing. Your task is to implement a function that fills missing values in the 'age' column with the median age, and missing values in the 'score' column with the mean score. The function should return the cleaned DataFrame.
- Fill missing values in the 'age' column with the median of the 'age' column.
- Fill missing values in the 'score' column with the mean of the 'score' column.
- Return the resulting DataFrame.
Oplossing
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 1. Hoofdstuk 7
single
Vraag AI
Vraag AI
Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.