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
I’m using virtualenvwrapper to help manage my virtual environments in python.
Embed Jupyter Notebooks in Jekyll
It is possible to embed Jupyter notebooks into a post.
Minimal Mistakes Theme
This site has been created using the Minimal Mistakes Jekyll theme.
Welcome to Jekyll!
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
Sample posts
Collection of sample posts.
Basic Formatting
Basic text formatting.
Advanced Formatting
Advanced text formatting.
Image Alignment
Basic text formatting.
useful-pandas-recipes
Useful pandas Recipes
Collection of useful pandas recipes.
Dataframe Components
summary
Creating Dataframes
Create dataframes.
Choose Columns
Select a subset of the dataset.
Choose Rows
Select rows in the dataset.
Missing Data
Dealing with missing data
Sorting
Sorting pandas DataFrames by value and index.
Concatenation
Append rows and columns of DataFrames.
Merging
Merge datasets with a database-style join.
Summarize
Summarize data in a dataset
Group Data
Groups rows that have the same values into summary rows.
Data Types
Specifying column data types.
Headers
Working with column headers.
Reverse Rows
Reverse the rows in a dataset.
Transpose
Transpose a DataFrame
Rename
Rename column names.
Replace
Replace values in a dataset
Replace Missing Values
Replace Missing Values
Reshape Data
Change the structure of datasets
Tidy Data
Tidy Data