/pandas-and-numpy

Python Bootcamp for Data week 4: working with Pandas and NumPy

Primary LanguageJupyter NotebookMIT LicenseMIT

Introduction to Pandas and NumPy

Python Bootcamp for Data week 4: working with Pandas and NumPy

This week, you will learn how to work with data using Pandas and NumPy. From loading and reading datasets from different sources to plotting graphs and exploring common problems in data. Pandas will allow you to perform transformations and export your data into different formats, and NumPy will boost your ability to work with numerical data.

🎥 Click the image above to access week 4 of the full course on O'Reilly

O'Reilly

This is week 4 (out of 4) of the Python Bootcamp for Data. The whole course has four weeks:

Table of Contents

Week 1 Content

  1. Working with variable and types
  2. Introduction to Python data structures
  3. Adding and extracting data from data structures

Learning Objectives

In this week you will learn to:

  • Load and export data from different sources
  • Manipulate data in datasets
  • Perform common operations on NumPy arrays

Useful Resources