[**Pandas**](https://pandas.pydata.org/) is the de-facto standard for [[Data Analysis]] and manipulation tool in the [[Python]] [[Data Science]] scene. Pandas works with [[structured data| structured]], tabular data and allows to explore, clean, and process the data. Such structure in Pandas is called a **`DataFrame`**. Pandas uses [[NumPy]] as a computing backend, therefore allowing all kinds of fast, vectorized operations on the tabular data.