You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
tb
data which we aren't working with anymore - just needs to be deletedThe text was updated successfully, but these errors were encountered: