# loadtxt string 입력 받기 np.loadtxt(path, dtype=str) # loadtxt 다른 데이터 입력 받기 np.loadtxt(path, delimiter=' ', usecols=[1,2,5,6])