Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Working with Data

In this section we introduce pandas DataFrames, and powerful way for working with tabluar data (similar to what you might use in a spreadsheet like MS Excel) in Python. We also learn how to read data from files into pandas DataFrames, including both single files and collections of many files.