Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sebastianmurillonader/5d1c898e0c39bb6fb877e6283d020914 to your computer and use it in GitHub Desktop.
Save sebastianmurillonader/5d1c898e0c39bb6fb877e6283d020914 to your computer and use it in GitHub Desktop.
#Install modules.
pip install gspread
pip install python-oauth2
pip install --upgrade oauth2client
#Import libraries.
import pandas as pd
import seaborn as sns
import gspread
from oauth2client.service_account import ServiceAccountCredentials
import matplotlib.pyplot as plt
%matplotlib inline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment