Python

Python파이썬 pandas 인덱스

왕현성 2022. 11. 23. 16:06
728x90

Pandas 의 장점

  • Allows the use of labels for rows and columns
  • 기본적인 통계데이터 제공
  • NaN values 를 알아서 처리함.
  • 숫자 문자열을 알아서 로드함.
  • 데이터셋들을 merge 할 수 있음.
  • It integrates with NumPy and Matplotlib

pandas 라이브러리를 import pandas as pd를 통해 불러와서 사용하면된다.