4.2.Python Data Structures - sj50179/IBM-Data-Science-Professional-Certificate GitHub Wiki

This module begins a journey into Python data structures by explaining the use of lists and tuples and how they are able to store collections of data in a single variable. Next learn about dictionaries and how they function by storing data in pairs of keys and values, and end with Python sets to learn how this type of collection can appear in any order and will only contain unique elements.

Learning Objectives

  • Describe and manipulate tuple combinations and list data structures.
  • Apply your knowledge of lists using JupyterLab.
  • Apply your knowledge of tuples using JupyterLab.