Challenge: Cleaning Survey Data
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.
Рішення
Дякуємо за ваш відгук!
single
Запитати АІ
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат
Can you explain this in simpler terms?
What are the main benefits or drawbacks?
Can you give me a real-world example?
Чудово!
Completion показник покращився до 5
Challenge: Cleaning Survey Data
Свайпніть щоб показати меню
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.
Рішення
Дякуємо за ваш відгук!
single