Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

Posts

Python Virtual Environments

less than 1 minute read

I’m using virtualenvwrapper to help manage my virtual environments in python.

Minimal Mistakes Theme

less than 1 minute read

This site has been created using the Minimal Mistakes Jekyll theme.

Welcome to Jekyll!

less than 1 minute read

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different wa...

sample-posts

useful-pandas-recipes

Sorting

Sorting pandas DataFrames by value and index.

Merging

Merge datasets with a database-style join.

Group Data

Groups rows that have the same values into summary rows.