Tools 2.2The video for this lesson is on its way.
Everything else is ready: study the parts, the key terms and the quiz below.
Tools 2.2Code walkthrough7 parts
Series and DataFrames
Hold a table with named columns and an index.
Loading your progress…Next: 2.3 Selecting and Filtering
In this lesson7 parts
- 01What we were handed
- 02A Series is an array with labels on it
- 03The index, which is not a row number
- 04Building one from nothing
- 05Reading a table somebody hands you
- 06The same table, somewhere that is not a CSV
- 07Recap and your challenge