Curipod placeholder

Data Frame of python pandas

0
0

Curipod generated lesson: "Series of python pandas". #11-13

Profile picture of shalini.m-smf

shalini.m-smf

Updated 5 months ago

1. Drawings
330 seconds
Draw a 3x2 Dataframe and shade the index [2][0] & [1][1]
2. Open question
360 seconds
THINK-PAIR-SHARE [Research] List/Suggest few methods that you can apply to access data from a Data Frame
3. Poll
60 seconds
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'
4. Open question
300 seconds
What are some of the most valuable skills that you have learned while Accessing data/Solving Puzzle?
5. Poll
60 seconds
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

Suggested content