Skip to content

Completed Week 1 Homework - #52

Closed
HamadaNatana wants to merge 5 commits into
CUNYTechPrep:mainfrom
HamadaNatana:Week01
Closed

Completed Week 1 Homework#52
HamadaNatana wants to merge 5 commits into
CUNYTechPrep:mainfrom
HamadaNatana:Week01

Conversation

@HamadaNatana

Copy link
Copy Markdown

What type of PR is this? (check all applicable)

  • ♻️ Refactor
  • ✨ Feature
  • 🐛 Bug Fix
  • 👷 Optimization
  • 📝 Documentation Update
  • 🔖 Release
  • 🚩 Other

Description

This PR [adds/removes/fixes/replaces] this [feature/bug/etc].

Related Tickets & Documents

Mobile & Desktop Screenshots/Recordings

Added tests?

  • 👍 yes
  • 🙅 no, because they aren't needed
  • 🙋 no, because I need help

Added to documentation?

  • 📜 readme
  • 📜 contributing.md
  • 📓 docs
  • 📕 storybook
  • 🙅 no documentation needed

[optional] Are there any post-deployment tasks we need to perform?

[optional] What gif best describes this PR or how it makes you feel?

Copilot AI lite review requested due to automatic review settings September 3, 2026 13:31
@github-actions github-actions Bot added the invalid This doesn't seem right label Sep 3, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • This PR changes Week-01-Pandas/data/joined.csv isn't recognized as a homework submission (expected something like firstname_lastname_week_05_exercise.ipynb inside that week's exercise/ folder).
  • This PR changes Week-01-Pandas/exercise/DG_Week01_HW.ipynb isn't recognized as a homework submission (expected something like firstname_lastname_week_05_exercise.ipynb inside that week's exercise/ folder).
  • This PR changes Week-01-Pandas/exercise/Exercise-DONT-EDIT-MAKE-COPY.ipynb isn't recognized as a homework submission (expected something like firstname_lastname_week_05_exercise.ipynb inside that week's exercise/ folder).

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The notebooks include a confirmed syntax error in the % private/shared print cell, and the PR also violates the repository’s homework submission rules by submitting the template notebook and using an initials-only filename.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR appears to submit a completed Week 1 Pandas homework notebook (including an exported joined.csv) for the course repository.

Changes:

  • Added a completed Week 1 exercise notebook submission (DG_Week01_HW.ipynb).
  • Added an exported outer-join result file (Week-01-Pandas/data/joined.csv).
  • Added a filled-in copy of the template notebook under the template filename (Exercise-DONT-EDIT-MAKE-COPY.ipynb), which conflicts with the repo’s submission instructions.
File summaries
File Description
Week-01-Pandas/exercise/Exercise-DONT-EDIT-MAKE-COPY.ipynb Contains completed homework content but is the “do not edit” template filename.
Week-01-Pandas/exercise/DG_Week01_HW.ipynb Completed Week 1 Pandas homework notebook submission.
Week-01-Pandas/data/joined.csv CSV output produced by the notebook’s merge/export step.
Review details
  • Files reviewed: 3/3 changed files
  • Comments generated: 5
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +711 to +712
"print(f\"Private rooms: {dfp[\"Private room\"]*100:.2f}%\")\n",
"print(f\"Shared rooms: {dfp[\"Shared room\"]*100:.2f}%\")\n"
Comment on lines +711 to +712
"print(f\"Private rooms: {dfp[\"Private room\"]*100:.2f}%\")\n",
"print(f\"Shared rooms: {dfp[\"Shared room\"]*100:.2f}%\")\n"
Comment thread Week-01-Pandas/data/joined.csv Outdated
@@ -0,0 +1,7 @@
neighbourhood_group, mean_price,n_listings
Comment on lines +1 to +3
{
"cells": [
{
Comment on lines +1 to +3
{
"cells": [
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

invalid This doesn't seem right

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants