from google.colab import drive
ROOT = "/content/drive"
print(ROOT)
drive.mount(ROOT)
#드라이브 경로로 이동
%cd drive/'My Drive'/'Colab Notebooks'/'소상공인'
#파일 목록
%ls
'데이터 분석 > Python, R 문법' 카테고리의 다른 글
Python - 리스트, 딕셔너리, 세트 (0) | 2021.11.20 |
---|---|
[Python] 주피터 노트북 셀 여백 조정 (0) | 2021.11.12 |
윈도우에서 아나콘다 가상환경 설정 (0) | 2021.10.25 |
unicodeescape 에러 해결 (0) | 2021.10.11 |
딕셔너리, 세트 정리 (0) | 2021.09.25 |
댓글