Skip to content

Instantly share code, notes, and snippets.

View lfigueira's full-sized avatar

Luis Figueira lfigueira

View GitHub Profile
@tyleha
tyleha / gmail_heatmap.py
Created January 11, 2016 01:55
Unified code needed to build a heatmap of your email data.
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import matplotlib.dates as dates
import matplotlib.gridspec as gridspec
from datetime import timedelta, datetime, date
import GmailAccount # my package
gmail = GmailAccount(username='you@gmail.com', password=password)