Skip to content
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

EP 05 Coding typo #512

Open
LibrarianEllie opened this issue Jul 6, 2022 · 1 comment
Open

EP 05 Coding typo #512

LibrarianEllie opened this issue Jul 6, 2022 · 1 comment
Assignees
Labels
status:waiting for response Waiting for Contributor to respond to maintainers' comments or update PR

Comments

@LibrarianEllie
Copy link

In episode 05- Combining DataFrames with Pandas, on the section about Identifying join keys, the Python code asks us to call species_sub.columns this should probably be species_df.columns, as we did not create a species_sub in the lesson. Then in the next block of code in Inner Joins: merged_inner = pd.merge(left=survey_sub, right=species_sub, left_on='species_id', right_on='species_id') the inner join won't work ask expected unless species_sub is changed to species_df.

@btovar
Copy link
Contributor

btovar commented May 15, 2023

@LibrarianEllie, thank you for your report! species_sub is created in the previous subsection, "Joining Two DataFrames". Does that seem ok to you?

@btovar btovar self-assigned this May 15, 2023
@btovar btovar added the status:waiting for response Waiting for Contributor to respond to maintainers' comments or update PR label May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:waiting for response Waiting for Contributor to respond to maintainers' comments or update PR
Projects
None yet
Development

No branches or pull requests

2 participants