You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sally Steuterman edited this page Mar 6, 2024
·
1 revision
Final Project: Checkpoint Three
For the third checkpoint, students are submitting their work cleaning their dataset. They should have their necessary dataset files and their notebook in their submitted Github repo.
Make sure that their cleaning data includes:
Library imports
Testing and handling missing data
Testing and handling irregular data
Testing and handling unnecessary data
Testing and handling inconsistent data
Note: Students may not find a certain type of dirty data in their data and that is okay!
Students should also answer the questions in the "Summarize Your Results" and leave comments in their code explaining their thought process.
If students work on this checkpoint in tandem with the second checkpoint, that is okay. They just need to make sure that the appropriate work is in each notebook. For example, they should not be handling missing data or removing duplicates in their EDA notebook.