pwd
ls
from google.colab import drive
drive.mount('/content/gdrive')
- 다음 아이콘으로도 바로 마운트 가능, 이 경우 /content/drive/MyDrive 로 자동 연결
pwd
cd gdrive/MyDrive
mkdir 2024-big-data
cd 2024-big-data
!git clone https://github.com/EasysPublishing/do_it_pandas.git
다음 체크
ls /content/gdrive/MyDrive/2024-big-data/do_it_pandas/data/gapminder.tsv
다음으로 코딩