일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Agile
- opencv
- 크롤링
- pandas
- tensorflow
- instance
- DANAWA
- 다나와
- data
- Project
- Crawling
- webcrawling
- python
- ECS
- 프로젝트
- 애자일
- keras
- TypeScript
- data analyze
- analyzing
- algorithm
- matplotlib
- angular
- visualizing
- adaptive life cycle
- Method
- 자바스크립트
- Scrum
- AWS
- javascript
Archives
- Today
- Total
목록append (1)
LiJell's 성장기

""" Created on Wed Jan 12 2021 @author: hanju """ 1. 데이터 불러오기 file download: https://github.com/Play-with-data/datasalon 02_개정판을 이용 import pandas as pd import numpy as np csv file 불러오기 fish = pd.read_csv('https://bit.ly/fish_csv', encoding = 'utf-8') # 한글 오류 있으면 encoding = 'euc-kr' fish ''' Species Weight Length Diagonal Height Width 0 Bream 242.0 25.4 30.0 11.5200 4.0200 1 Bream 290.0 26.3 31.2..
Bigdata/Web Crawling
2022. 1. 12. 18:07