In this course, you'll continue developing your data science skills in Python by working with one of the most fundamental data science libraries—NumPy. You'll create NumPy arrays, load and save NumPy data, and analyze data in arrays. You'll also manipulate and modify data in those arrays.
This is the second course in a multi-course Specialization.
All of the courses in this Specialization require that you use the provided virtual machine, which includes an installation of Python and data science libraries. The course setup instructions provided in the first course go into more detail about the hardware and software requirements.
Overview
Syllabus
- Managing and Analyzing Data with NumPy
- The foundation of data science in Python® is NumPy. Most of your work will involve NumPy, whether directly or indirectly. So, you'll leverage the power of this library to manage your data and extract useful insights from that data.
- Transforming Data with NumPy
- While analyzing data is an important part of the data science process, so is changing that data to meet your needs. Whether it's to prepare and clean the data, or to modify it for easier analysis and presentation, being able to transform your NumPy arrays is crucial.
- Completing the Course
- You'll wrap things up and then validate what you've learned in this course by taking an assessment.
Taught by
Bill Rosenthal