3 Pandas 1: Introduction

Pandas is a python library used primarily to analyze data. It combines functionality of NumPy, MatPlotLib, and SQL to create an easy to understand library that allows for the manipulation of data in ariousv ways. In this lab we focus on the use of Pandas to analyze and manipulate data in ways similar to NumPy and SQL. Pandas Data Structures Series The rst pandas data structure is a Series . A ... ................
................