Skip to content

Completed panda lab - #14

Open
patriciazapatab wants to merge 1 commit into
Ironhack-data-bcn-oct-2023:mainfrom
patriciazapatab:main
Open

patriciazapatab wants to merge 1 commit into
Ironhack-data-bcn-oct-2023:mainfrom
patriciazapatab:main

Conversation

@patriciazapatab

Copy link
Copy Markdown

da0cb3657bf6e0cd74366dc55df3cb1c

@bripollc

Copy link
Copy Markdown

Pati,

Muy buen trabajo. 10/10. Poco a comentar, que gusto de lab.
Sigue así 🖤🌻

  • 3 - In this part of the lab, we would like to test complex conditions on the entire data set at once. Let's start by finding the number of rows where the CGPA is greater than 9 and the student has performed an investigation.
rslt_1 = admissions[(admissions['CGPA'] > 9) & (admissions['Research'] > 0)]
rslt_1

Te pide que encuentres las filas donde CGPA > 9 y el alumno ha realizado una investigación Research == 1. Te falta la condición del research para filtrar correctamente según te pide el enunciado.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants