반응형

1. 판다스(Pandas)

  1. 데이터 분석에 많이 사용되는 파이썬 라이브러리
  2. 기존 파이썬의 리스트 배열이 아닌 판다스 자체적인 자료 구조를 사용
  3. 판다스 시리즈(pandas Series)를 통한 일차원 데이터 관리에 유용
  4. 판다스 데이터프레임(pandas DataFrame)을 통한 이차원 데이터 관리에 유용
  5. 공식 페이지
    https://pandas.pydata.org/
 

pandas - Python Data Analysis Library

pandas 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

 

반응형

+ Recent posts