Pandas is a Python library used for working with labeled/relational data and time series. It is easy to install Pandas with Anaconda or Miniconda which provide Python distributions with Pandas and other popular data science packages pre-installed. A simple "Hello World" Pandas program can create a DataFrame and display basic descriptive statistics.