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

Keypoints and objectives don't match for Exploring Data Frames episode #118

Open
sstevens2 opened this issue Jun 12, 2022 · 0 comments · May be fixed by #149
Open

Keypoints and objectives don't match for Exploring Data Frames episode #118

sstevens2 opened this issue Jun 12, 2022 · 0 comments · May be fixed by #149

Comments

@sstevens2
Copy link
Contributor

The Exploring Data Frames episode has an objective and keypoints that aren't' covered.

Specifically the objective objectives...

  • Remove rows with NA values.
    and the keypoints...
  • Remove rows from a data frame.
  • Use na.omit() to remove rows from a data frame with NA values.

Also this one doesn't use typeof() - shoudl be class() instead

  • Use str(), nrow(), ncol(), dim(), colnames(), rownames(), head(), and typeof() to understand the structure of a data frame.
albhasan added a commit to albhasan/r-intro-geospatial that referenced this issue Nov 19, 2023
@albhasan albhasan linked a pull request Nov 19, 2023 that will close this issue
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 a pull request may close this issue.

1 participant