Drive (2) 썸네일형 리스트형 구글 colab과 drive 연동하기 파일을 직접 업로드 할 수 있으나, 하나씩 하기 귀찮다. 특히 대용량의 경우 더 귀찮다.따라서 구글드라이브와 연동을 하고 싶다.다음의 단계를 따라가면 된다. 1. 아래 코드를 코랩 노트북에서 실행하기!apt-get install -y -qq software-properties-common python-software-properties module-init-tools!add-apt-repository -y ppa:alessandro-strada/ppa 2>&1 > /dev/null!apt-get update -qq 2>&1 > /dev/null!apt-get -y install -qq google-drive-ocamlfuse fusefrom google.colab import authauth.authen.. 구글 드라이브 파일 리눅스에서 받기 구글 설문지조사등을 통한 스프레드시트일 경우 고유 ID로 관리된다.이러한 고유 ID는 주소에서 에 해당한다.https://docs.google.com/spreadsheets/d//우선 파일을 공유모드로 전환한 후 뒤에 부분을 지운후 아래와 같이 export?format=csv로 바꿔서 하면 웹페이지가 다운되던 것이csv로 잘 다운되게 된다..!!!! wget -O food_form.csv https://docs.google.com/spreadsheets/d//export?format=csv 이전 1 다음