Skip to content

Instantly share code, notes, and snippets.

View huni1023's full-sized avatar
🎯
Focusing

JeeHun Sung huni1023

🎯
Focusing
  • Korea Institue for Curriculum and Evaluation
  • Chungcheongbuk-do, Republic of Korea
View GitHub Profile
@huni1023
huni1023 / read_save.py
Created December 26, 2023 13:02
example of gspread
import os
import yaml
import pickle
import gspread
FILE_DIR = os.path.dirname(os.path.abspath(__file__))
Project_DIR = os.path.abspath(os.path.join(FILE_DIR, os.pardir))
def load_gsheet(sheet_id: str):
r"""load gsheet data