2023/12/24

작성일자 : 2023-12-24 Ver 0.1.1 In [1]: # 필요 패키지 불러오기 import os import pandas as pd import numpy as np from tqdm import tqdm In [2]: # 현대 디렉토리 확인 current_dir = os.getcwd() current_dir Out[2]: '/Users/limjongjun/Desktop/JayJay/Growth/Python/soccer-analytics/Excercise' In [3]: # Data가 있는 디렉토리로 변경 new_dir = '/Users/limjongjun/Desktop/JayJay/Growth/Python/soccer-analytics' os.chdir(new_dir) prin..
Unlimited Jun
'2023/12/24 글 목록