Introduction
We import pandas to use its tools for working with tables of data easily.
When you want to read data from files like CSV or Excel.
When you need to organize data into tables for analysis.
When you want to clean or change data quickly.
When you want to calculate statistics or summaries from data.
When you want to save your data back to a file.