Pandas lab Marco - #11
marcoayora wants to merge 1 commit into
Conversation
|
You’ll dream of pandas at the end of this bootcamp! Congrats on a very good lab Some comments: On question 12 you got the most and least expensive products, but you didn’t print the difference On the exercises with the admissions dataframe, on question 2, you did the set_index, but since you didn’t use On question 3 we had two conditions to meet: “number of rows where the CGPA is greater than 9 and the student has performed an investigation.” So you needed to run both conditions at the same time: And the same on question 4: “all the rows where the CGPA is greater than 9 and the SOP score is less than 3.5”: And then calculate the mean of the Chance to admit column |
No description provided.