Addressing Data
Overview
Teaching: 30 min
Exercises: 0 minQuestions
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