Class Resources
Questions?
Tech Guides
Fall 2021 - STAT207 Data Science Exploration
Lab 2: Dataframe Manipulation, Cleaning, and Descriptive Analytics for Numerical Variables
Lab 2: Dataframe Manipulation, Cleaning, and Descriptive Analytics for Numerical Variables
Overview
In this second lab, we will practice the dataframe manipulation and cleaning techniques. We will also describe numerical variables.
Source Branch:
lab_02
Due Date: Committed and pushed to git before Tuesday September 7 at 11:59pm CST
Submitting Your Work
When you have completed working, you should always submit your work (even if you're not quite finished). We will always grade the latest push you made before the due date (and ignore everything else) — submitting multiple times is okay and encouraged!
Inside of Jupyter:
- Click File -> Save Checkpoint to ensure your notebook is saved.
- Click File -> Close and Halt to exit your notebook.
- Click Quit (in the top-right) to close the directory view.
After exiting Jupyter, your command prompt will return to accept new commands. Using your command prompt, run:
git add -A
git commit -m "submission (or any message here)"
git push origin master
Part e: Verifying your Submission on Github
You can verify your submission was made by visiting the web interface to github:
- Visit https://github-dev.cs.illinois.edu/stat207-fa21/
- Click on your NetID repository.
- Ensure your last commit was a few seconds or 1-2 minutes ago. (You can click on the file to visualize your submission as well).