Unpacking NumPy and Pandas

Unpacking NumPy and Pandas

English | MP4 | AVC 1920×1080 | AAC 44KHz 2ch | 2h 18m Hours | 565 MB

Get to grips Python’s popular packages that make Data Analysis possible

Python, a multi-paradigm programming language, has become the language of choice for data scientists for data analysis, visualization, and machine learning.

In this video course, you will explore two of the most important Python packages used by Data Analysts. You will start off by learning how to set up the right environment for data analysis with Python. Here, you’ll learn to install the right Python distribution, as well as work with the Jupyter notebook, and set up a database. After that you will dive into Python’s NumPy package, Python’s powerful extension with advanced mathematical functions. You will learn to create NumPy arrays, as well as employ different array methods and functions. Then, you will explore Python’s Pandas extension, where you will learn to subset your data, as well as dive into data mapping using Pandas. You’ll also learn to manage your data sets by sorting and ranking them. Finally, you will learn to index and group your data for sophisticated data analysis and manipulation.

What You Will Learn

  • How to read, sort, and map various data into NumPy and Pandas
  • How to create and slice data arrays using NumPy
  • How to subset your data frames using Pandas
  • How to handle missing data in a Pandas DataFrame
  • How to interface your Python data analysis with R language packages