Pandas is an amazing Python library designed to be used when working with data. Use it to clean, transform, analyse, or visualise data. The main data structure in pandas is a DataFrame. It is basically like a table with rows and columns. The header is first row of the CSV, excel or text file that contains the column names. To start with import pandas with:
import pandas as pd