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

Subsetting tiny fixes #587

Open
2 tasks
carriewright11 opened this issue Jun 12, 2024 · 3 comments
Open
2 tasks

Subsetting tiny fixes #587

carriewright11 opened this issue Jun 12, 2024 · 3 comments
Assignees

Comments

@carriewright11
Copy link
Member

  • slide 72 say some old stuff about tb data which we aren't working with anymore - just needs to be deleted
  • lab part 3 says 1.3 and 1.4 instead of 3.3, 3.4 etc.
@avahoffman
Copy link
Collaborator

In 3.1,

Create a subset called `county_2012` from `county_pop` that only contains the rows for the year 2012 and only the columns: `county_name`,	`state_name`, `population`. `year` should not be included in `county_sub`.

I think this should be county_2012 not county_sub

Re-order the rows of `county_2012` by population in increasing order. Use `arrange()`. What is county with the smallest population?

Missing a word

@carriewright11
Copy link
Member Author

tell them in the slide about errors for filter - remind them how it works- someone got confused - it works on rows based on specified conditions for values across the rows of particular columns

@carriewright11
Copy link
Member Author

Check fhdsl/DaSEH#81 for overlap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants