Properties2
| Type | Concept |
| Note created | Feb 17, 2025 |
Pandas is the de-facto standard for Data Analysis and manipulation tool in the Python Data Science scene.
Pandas works with 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.