Last active
February 8, 2020 16:36
-
-
Save CharlyWargnier/846059d538b58881fe1c61d75d71bf30 to your computer and use it in GitHub Desktop.
This file contains 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
# Import libraries | |
import pandas as pd | |
import numpy as np | |
import socket | |
import json | |
#Connect Python to your GCP project | |
from google.colab import auth | |
auth.authenticate_user() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment