Pandas 라이브러리행과 열로 이루어진 2차원 데이터를 효율적으로 가공할 수 있는 다양한 기능 제공 설치 방법pip install pandas 사용 방법import pandas as pd https://pandas.pydata.org/ pandas - Python Data Analysis Librarypandas pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming language. Install pandas now!pandas.pydata.org Pandas 데이터 형식pandas는 시리즈(Series)와..