반응형
pip install pandas
conda install -c anaconda pandas
When working with tabular data, such as data stored in spreadsheets or databases, pandas is the right tool for you. pandas will help you to explore, clean, and process your data. In pandas, a data table is called a DataFrame.
반응형
'프로그래밍 > Python' 카테고리의 다른 글
[Python] Konlpy - 가상환경, os.getcwd(), os.path.realpath(__file__) (0) | 2022.02.07 |
---|---|
[python] 현재 작업 중인 경로 확인 - os.getcwd() (0) | 2022.02.03 |
[Python] 현재 년, 월, 일, 시, 분, 초 문자열로 표현하기 (yyyymmddhh24miss 형태) (0) | 2022.02.03 |
NLTK 에러시 - Resource punkt not found 일때 (0) | 2022.01.26 |
NLTK 설치 - 아나콘다 anaconda. 데이터 검색 (0) | 2022.01.26 |