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
This is week 4 (out of 4) of the Python Bootcamp for Data. The whole course has four weeks:
- Week 1: Introduction to Python
- Week 2: Python Functions and Classes
- Week 3: Testing In Python
- Week 4: Introduction to Pandas and Numpy
- Working with variable and types
- Introduction to Python data structures
- Adding and extracting data from data structures
In this week you will learn to:
- Load and export data from different sources
- Manipulate data in datasets
- Perform common operations on NumPy arrays