
'''1\. Relational model2\. Entity-Relationshilp data model3\. Object-based data models4\. Semi-structured data model'''데이터 모델은 크게 네가지로 나눌 수 있다. 오늘은 소개

Instructor Relation ex relation model에서는, relation= table tuple= row attribute= cloumn 라는 점을 기억하고 공부해야한다. relation schema instructor=(ID,name, dept

ER model entity sets relationship sets attributes 여기서 instructor이 entity, id,name,salary가 attribute이다. Relationship Sets relationship set (여기서 i
빅쿼리에 json 데이터를 파이썬 코드로 업로드 할 때 스키마 불일치가 생겼다. 400 Error while reading data, error message: JSON table encountered too many errors, giving up. Rows: 757
이 글에서는 Google Cloud Functions를 배포하고, Cloud Scheduler를 이용해 정기적으로 실행하는 과정을 정리합니다. backfill.py를 실행하여 데이터를 처리하는 Cloud Function 생성Cloud Functions에 HTTP 트리

seleniumbase는 기존 Selenium WebDriver를 좀 더 쉽게 쓸 수 있게 래핑해놓은 프레임워크.driver 직접 생성 없이 with SB() as sb:로 바로 크롬 실행 가능.브라우저 설정 (uc=True, locale="ko", test=True)