This article is written on the assumption that you use the Python.

If you want to find specific contents, just do ‘ctrl + F’

1. Introduction

Pandas는 뭐 딥러닝 과정에서 데이터를 정리하는데 자주 쓰이지요. numpy랑 유사한 데이터프레임을 가지고 있기도 하고..


pandas.read_csv(”path”)

path에 있는 csv 데이터 파일을 읽어옴

pandas.columns

첫 번째 행에 있는 내용, 즉, 분류 제목들을 쭉 불러올 수 있음

pandas.unique(A[’string’]))

pandas로 읽어온 데이터 A에서 분류의 제목이 ‘string’인 데이터에는 어떠한 것들이 있는지 알려줌