Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 머신러닝
- Python
- 비지도학습
- fastapi
- python 정렬
- 챗gpt
- pandas
- 파이토치기본
- programmablesearchengine
- MachineLearning
- sklearn
- 파이토치
- 파이썬
- HTML
- 파이썬웹개발
- 사이킷런
- 랭체인
- deeplearning
- pytorch
- 판다스 데이터정렬
- langchain
- OpenAIAPI
- NLP
- chatGPT
- fastapi #python웹개발
- fastapi #파이썬웹개발
- 딥러닝
- 판다스
- konlpy
- 자연어분석
Archives
- Today
- Total
목록아까운내전기요금.. (1)
Data Navigator

for korean in df['description']: if isHangul(korean[0]) == True: isKor = df.loc[df['description'] == korean] KoreanReviews = pd.concat([KoreanReviews,isKor]) else: notKor = df.loc[df['description'] == korean] ForeignReviews = pd.concat([ForeignReviews,notKor]) print('일치: ',len(KoreanReviews['description'].value_counts()), '불일치: ', len(ForeignReviews['description'].value_counts())) 247,519개의 자료를 ..
Python
2021. 1. 13. 07:04