← 返回首页
GitHub - treehouse-projects/python-introducing-pandas: Introduction to pandas Treehouse course · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

treehouse-projects/python-introducing-pandas

 master
Go to file
Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

109 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
View all files

Repository files navigation

More items

Introduction to pandas

This repository is filled with IPython Notebooks that explore the pandas library.

It is used in the Treehouse course Introduction to pandas.

Installation

To run these notebooks locally, you'll need to be able to run Jupyter Notebooks.

We recommend using Miniconda.

conda create --name treehouse-pandas --file requirements.txt conda activate treehouse-pandas jupyter notebook

Layout

The notebooks are meant to be followed in order and are prefixed with stages and notebook names.

For instance, the prefix s1n01- refers for Stage 1, Notebook 1.

There are several optional challenges that throughout the course, ensure you choose Restart and Run the entire notebook to see the proper results.

Thanks for hanging out and please keep me posted on your journey! 🚀

@craigsdennis

Footer

© 2026 GitHub, Inc.