PY-001
Introduction to Python Pandas
Overview
Pandas is a powerful Python library primarily used for data ingestion, transformation, and manipulation. This Hands-on Lab covers the fundamental concepts and techniques for working with Pandas.
Objectives
- Set up the development environment
- Create series and data frames
- Learn how to input data
- Understand Pandas functions
- Deal with missing or invalid data
Pre-requisites A basic understanding of Python programming is recommended.