250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 幼稚园杀手(유치원킬러)
- 방식으로 텍스트
- db
- 이력서
- test
- 자바
- RESFUL
- Gmarket
- 코사인 유사도
- jsp 파일 설정
- 과학백과사전
- 크롤링
- Python
- 파이썬
- (깃)git bash
- lda
- Websocket
- 토픽추출
- Topics
- r
- pytorch
- 네이버뉴스
- oracle
- tomoto
- 게시판 만들기
- 지마켓
- word2vec
- java
- spring MVC(모델2)방식
- mysql
Archives
- Today
- Total
무회blog
python 파이썬 , 판다스 파이썬 파일 읽기 CSV 본문
%pip install pandas
import pandas as pd
import numpy as np
import time
import re
print('he')
data = pd.read_csv("./testYY.csv")
print(data.head)
'Python' 카테고리의 다른 글
파이썬 파일 전처리 0424 (0) | 2020.04.24 |
---|---|
python: python 판다스 파일 쓰기 (0) | 2020.04.23 |
python # test 06, 스크롤_크롤링 (0) | 2020.04.23 |
python html2text 태그제거 (0) | 2020.04.23 |
python test 05, 크롤링 테스트 , wancheng (1) | 2020.04.23 |
Comments