Day Five
π Day 5 β Project Wrap-up & GitHub Deployment
Section titled βπ Day 5 β Project Wrap-up & GitHub DeploymentβTodayβs mission: move your project to your personal GitHub repository and make it public. This is your chance to organize and present your work as a complete, professional portfolio project.
Youβll be restructuring, documenting, and finalizing everything from the past four days β with a focus on clarity, code quality, and storytelling.
π§ Task Summary
Section titled βπ§ Task SummaryβHereβs what to do:
-
β Clone or copy the project to your personal GitHub repo
- Create a new public repository under your personal account
- Use a clean, descriptive name like
nyc-schools-analysis
or similar
-
β Restructure your folders to reflect the actions you performed, not the day labels
For example: -
π nyc-schools-analysis/ β Main project folder (GitHub repo root)
βββ π incident_analysis/ β Former Day 1
β βββ README.md β Explains task + key findings
β βββ data/ β Any related raw/cleaned data
β
βββ π school_directory_exploration/ β Former Day 2
β βββ README.md β Task description + insights
β βββ visuals/ β Bar charts or summaries
β βββ notebook.ipynb
β
βββ π database_queries/ β Former Day 3
β βββ README.md β SQL queries via Python + outcomes
β βββ queries.ipynb
β
βββ π database_population/ β Former Day 4
β βββ README.md β Data cleaning + upload logic
β βββ cleaned_data.csv
β βββ upload_script.py
β
βββ π assets/ β Optional: project visuals, screenshots
β βββ requirements.txt β Dependencies list
βββ environment.yml β (Optional) Conda environment file
βββ README.md β Full project overview and summary
β What to Submit
Section titled ββ What to Submitβ- Link to your personal GitHub repository (must be public)
- Pull Request in the cohortβs GitHub repo
- Comment with both links in:
π Issue #5 β Day 5 Task
β³ Estimated Time
Section titled ββ³ Estimated Timeβ3β5 hours
Focus on polish, presentation, and professional delivery. Youβve already done the heavy lifting β now package it into something youβre proud to share!
π£ Final Tip
Section titled βπ£ Final TipβEach folder should have its own README explaining the task and results β and your main README should tell the story of the overall project. Treat your documentation like itβs part of your portfolio β because it is. π§ π¬