com3dian commited on
Commit
9e69d4b
·
verified ·
1 Parent(s): 8b52255

Update src/google_sheet.py

Browse files
Files changed (1) hide show
  1. 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():