Draw a 3x2 Dataframe and shade the index [2][0] & [1][1]
THINK-PAIR-SHARE [Research] List/Suggest few methods that you can apply to access data from a Data Frame
What is the default index for the elements in a Data Frame?
- 0, 1, 2, ... n-1
- 'a', 'b', 'c', ... n-1
- '0', '1', '2', ... 'n-1'
What are some of the most valuable skills that you have learned while Accessing data/Solving Puzzle?
Is it possible to change the index labels after creating the Data Frame?
- Yes, by assigning new values to the index property
- No, once created it cannot be changed