Spaces:
Sleeping
Sleeping
Update src/google_sheet.py
Browse files- src/google_sheet.py +2 -0
src/google_sheet.py
CHANGED
@@ -3,6 +3,8 @@
|
|
3 |
# ========================
|
4 |
import json
|
5 |
import gspread
|
|
|
|
|
6 |
from oauth2client.service_account import ServiceAccountCredentials
|
7 |
|
8 |
def connect_to_sheet():
|
|
|
3 |
# ========================
|
4 |
import json
|
5 |
import gspread
|
6 |
+
import os
|
7 |
+
import pandas as pd
|
8 |
from oauth2client.service_account import ServiceAccountCredentials
|
9 |
|
10 |
def connect_to_sheet():
|