2 easy ways to read Google Sheets data using Python
tl;dr
1. Using pandas to read from public Google Sheets2. Using gspread + service account from Google Cloud Developer Console to read and write to accessible Google Sheets
Foreword
Google Sheets is a good tool when it comes to storing tabular information and has a low learning curve for people…