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
- OpenAIAPI
- HTML
- 비지도학습
- 판다스
- 챗gpt
- pandas
- langchain
- python 정렬
- 랭체인
- 파이토치기본
- pytorch
- fastapi #python웹개발
- chatGPT
- fastapi #파이썬웹개발
- 판다스 데이터정렬
- 자연어분석
- sklearn
- programmablesearchengine
- NLP
- MachineLearning
- konlpy
- Python
- fastapi
- 파이썬
- 머신러닝
- 파이토치
- 파이썬웹개발
- 사이킷런
- 딥러닝
- deeplearning
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