Skip to content

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

Open
@sstevens2

Description

@sstevens2

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions