Introduction to Pandas

It allows you to manipulate tables, called DataFrames, to analyze data. It was specifically created to supplement data analysis and manipulation functionality for Python and focuses on being allowing users to load, prepare, manipulate, model, and analyze data.

Pandas' built-in functions and ease for using DataFrames are not only convenient, but also incredibly useful. In the next sections, we will learn about DataFrames and the data manipulation that is possible with Pandas.

Last updated