Link Search Menu Expand Document

Pandas

pandas is a Python framework for working with data that is relational or has labels. In terms that are less grounded in computer science, if your data can be loaded into Excel, pandas is probably the tool to use.

One of the strengths of pandas is that it is tightly integrated with many other Python packages. For example, matplotlib and seaborn will plot data directly from pandas structures.

Getting started

  • Intro to pandas - the official documentation
  • [A simple walkthrough with pandas](https://neuraspike.com/blog/simple-walk-through-with-pandas-for-data-science-part1/] - a relatively simple introduction with many examples and follow-on tutorials.

Table of contents


Written by the Campbell Muscle Lab