Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Interactive Data Cleaning Challenge #1182

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

imDarshanGK
Copy link

#1176

This pull request introduces an interactive data cleaning challenge designed to help beginner and intermediate users practice filling missing values in a dataset. The challenge includes a small dataset with missing values in the 'Age' and 'Salary' columns, where users can choose from three methods to fill the missing values: mean, median, or mode. Upon completion, the user receives immediate feedback on their choices.

Features:

1} Dataset with missing values in 'Age' and 'Salary' columns.
2} Users can choose between three methods for filling missing values: 'mean', 'median', and 'mode'.
3} Provides immediate feedback on the user's input.
4} Helps reinforce core data cleaning techniques for beginners and intermediate learners.

How it works:

1} Displays the original dataset and missing values.
2} Prompts the user to select a method for filling missing values.
3} Displays the cleaned dataset and provides feedback on whether the challenge was completed successfully.

Thank you,
@Niketkumardheeryan

Copy link

github-actions bot commented Nov 6, 2024

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@Niketkumardheeryan
Copy link
Owner

@imDarshanGK we don't accept.py files use .ipynb files instead,and attach readme as well

@imDarshanGK
Copy link
Author

imDarshanGK commented Nov 10, 2024

@Niketkumardheeryan
Thank you for the feedback!

I have made the necessary updates:

1} Converted the Python file (.py) to a Jupyter Notebook (.ipynb).
2} Added the README file with instructions for using the project.

The changes have been pushed, and the notebook is now ready for review. I hope this aligns with your project requirements.

Please let me know if you need any further adjustments.

Best regards,
Darshan G K

Screenshot_10-11-2024_17316_github com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants