4.4.Working with Data in Python - sj50179/IBM-Data-Science-Professional-Certificate GitHub Wiki

This module explains the basics of working with data in Python and begins the path with learning how to read and write files. Continue the module and uncover the best Python libraries that will aid in data manipulation and mathematical operations.

Learning Objectives

  • Demonstrate reading files with an open function using JupyterLab.
  • Demonstrate writing files with an open function using JupyterLab.
  • Explain how Pandas use data frames.
  • Demonstrate how to use NumPy to create multi-dimensional arrays.