2023/12/23

작성일자 : 2023-12-23 Ver 0.1.1 패스 네트워크 In [1]: # 필요 패키지 불러오기 import os import pandas as pd import numpy as np import matplotlib.pyplot as plt from collections import defaultdict import matplotlib.pyplot as plt # from src.plot_utils import draw_pitch pd.set_option('display.max_rows', 30) In [2]: # 현대 디렉토리 확인 current_dir = os.getcwd() current_dir Out[2]: '/Users/limjongjun/Desktop/JayJay/Growth/P..
Unlimited Jun
'2023/12/23 글 목록