The name sounds funny but Pandas is one of the most useful python library for data science. Most of the time spend by data scientists is used to clean and manipulate the data. Pandas provide the useful data structures such as Series and Data Frame . These are easy to manipulate and the and with them possibilities are limitless. Installing Pandas by PIP: Just type this in your terminal/shell Pip install pandas Kudos. Now you have pandas installed. Next -> Start exploring pandas Resource : Pandas for beginners Next thing we are going to use is Jupyter Notebook. The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more Jupyter.org This link will guide how to use Jupyter Notebooks. after you ar...