1. data의 행/열을 반환하고 싶을 때 numpy.shape - 행: data.shape[0] - 열: data.shape[1] 2. 데이터를 추가하고자 할 때 insert / append / extend 3. 데이터 형태를 변환하고자 할 때 reshape()