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

Moving the "Subsetting data" lesson to be before "Exploring dataframes" #820

Open
urmipoddar opened this issue Feb 16, 2023 · 0 comments
Open

Comments

@urmipoddar
Copy link

In lesson 5 ("Exploring dataframes"), learners are taught how to remove rows and columns using "dataframe[- row index, ]" or "dataframe[ ,- column index]". But the concept of indexing is not introduced until lesson 6 ("exploring dataframes"). So students may not actually understand how this method of removing rows and columns or what the word "index" means. Perhaps the lesson on subsetting data could come before the lesson on exploring dataframes?

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

No branches or pull requests

1 participant