safinsingh / fastpages-apcsp

apcsp
https://safinsingh.github.io/fastpages-apcsp/
GNU General Public License v3.0
0 stars 4 forks source link

W25 Ticket #25

Open safinsingh opened 1 year ago

safinsingh commented 1 year ago

Challenges

One challenge I overcame this week was the typo I made when writing my dataset manipulation code. I was able to adjust the following code segment to properly select rows in my DataFrame where the red, green, and blue pixels were all the same. image My teammate, Liav, suggested that I try comparing the three rows in two separate boolean expressions rather than simply a == b == c, since he hadn't recognized that syntax before. Thanks to his help, I was able to properly execute my code!

LiavB2 commented 1 year ago

Great job Safin! You did your 2.2 and 2.3 Hacks perfectly. You answered all the questions with detail very thoroughly, as well as completed all of the given hacks assignments fantastically. You got a 92 on the MCQ quiz which is fantastic, as well as explaining your incorrect answers.

I'm glad you were able to revise the tip I gave you last week where I didnt really understand the syntax of your boolean expressions!

Overall great job: 2.9/3