[
Overview of Pandas Libraries¶
Pandas is one of the most popular libraries. It is extensively used for data processing as part of ETL, Data Engineering, and Data Science projects. As part of this section or module let’s get an overview of Pandas Libaries.
- Pandas Data Structures – Overview
- Overview of Series
- Creating Data Frames from lists
- Data Frames – Basic Operations
- CSV to Pandas Data Frame
- Projecting and Filtering
- Performing Total Aggregations
- Performing Grouped Aggregations
- Writing Data Frames to Files
- Joining Data Frames
]