Skip to content

Completed panda lab #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

patriciazapatab
Copy link

da0cb3657bf6e0cd74366dc55df3cb1c

@bripollc
Copy link

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