Skip to content

Pandas MIKI PUIG - #17

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

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

Conversation

@Miquelpg6

Copy link
Copy Markdown

No description provided.

@bripollc

Copy link
Copy Markdown

Miki,

Muy buen trabajo. 10/10. Nada a comentar, que gusto de lab.
Sigue así!!!! 🚀

  • 6 - Create a subset of this data frame that contains only the Score 1, 3, and 5 columns.
subset_df = df[['Score_1','Score_3', 'Score_5']]
subset_df

Te dejo otra manera de hacer el subset sin usar .drop

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