Skip to content

[lab-Dataframe-calculations] Rui Almeida#178

Open
RuiAlmeida97 wants to merge 2 commits intota-data-lis:masterfrom
RuiAlmeida97:master
Open

[lab-Dataframe-calculations] Rui Almeida#178
RuiAlmeida97 wants to merge 2 commits intota-data-lis:masterfrom
RuiAlmeida97:master

Conversation

@RuiAlmeida97
Copy link
Copy Markdown

No description provided.

@ta-data-lis
Copy link
Copy Markdown
Owner

Lab Checked ✅
Challenge 1.
to select the distinct values across both Pokemon Type fields:

types = list(set(pokemon['Type 1']).union(set(pokemon['Type 2'])));
types = pd.Series(types).dropna()

To clean up the Mega names
You have to apply the function you have created on your df. Halfway to go!

Challenge 2. and Challenge 3
I’m not going to finished for you. The idea is for you to figure out how to solve with your peers, on the internet or with teachers.
Let’s go! Don’t give up!

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