This lesson is still being designed and assembled (Pre-Alpha version)

Addressing Data

Overview

Teaching: 30 min
Exercises: 0 min
Questions
  • What are the different methods for accessing parts of a data frame?

Objectives
  • access data by row, column, or entry

FIXME

Key Points

  • data can be manipulated by column or individual entry

  • there are different ways to access parts of a dataframe depending on the user’s needs