Python Pandas

Pandas is an open source python library. Python library is used as a data manipulation and analysis tool. Pandas is a python software package which is highly used in data science.

Python Pandas deals with three types of Data Structure

  1. Series
  2. DataFrame
  3. Panel

Examples of Python Pandas Program are given below.