Last active
July 10, 2020 20:50
-
-
Save sebastianmurillonader/5d1c898e0c39bb6fb877e6283d020914 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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