Challenge: Identify Data Issues in a Customer Dataset
Task
Swipe to start coding
Apply your knowledge of data quality issues by flagging missing, duplicated, and inconsistent entries in a customer data frame. Use your understanding of R functions to identify these issues.
- Add a column to flag rows with any missing values.
- Add a column to flag duplicated rows.
- Add a column to flag rows where the email does not contain the "@" character.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 2
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Suggested prompts:
Can you explain this in simpler terms?
What are the main takeaways from this?
Can you provide an example to illustrate this?
Awesome!
Completion rate improved to 5
Challenge: Identify Data Issues in a Customer Dataset
Swipe to show menu
Task
Swipe to start coding
Apply your knowledge of data quality issues by flagging missing, duplicated, and inconsistent entries in a customer data frame. Use your understanding of R functions to identify these issues.
- Add a column to flag rows with any missing values.
- Add a column to flag duplicated rows.
- Add a column to flag rows where the email does not contain the "@" character.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 2
single