일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- SQL
- Oracel
- 실기
- R
- 머신러닝
- seaborn
- Python
- Kaggle
- 카카오
- python3
- 실습
- 오라클
- Numpy
- 빅데이터 분석 기사
- matplotlib
- 데이터 분석
- pandas
- oracle
- 알고리즘
- level 2
- 코딩테스트
- 파이썬
- 튜닝
- 빅분기
- level 1
- 프로그래머스
- sklearn
- Today
- Total
목록데이터 분석/실습 (14)
라일락 꽃이 피는 날

https://www.kaggle.com/austinreese/craigslist-carstrucks-data Used Cars Dataset Vehicles listings from Craigslist.org www.kaggle.com 데이터 정보 id : 중고차 거래의 아이디 url : 중고차 거래 페이지 region : 해당 거래의 관리 지점 region_url : 거래 관리 지점의 홈페이지 price : 기입된 자동차의 거래가 year : 거래가 기입된 년도 manufacturer : 자동차를 생산한 회사 model : 자동차 모델 condition : 자동차의 상태 cylinders : 자동차의 기통 수 fuel : 자동차의 연료 타입 odometer : 자동차의 운행 마일 수 title_sta..

https://www.kaggle.com/unanimad/us-election-2020 US Election 2020 Race to Presidential Election 2020 by County www.kaggle.com https://www.kaggle.com/muonneutrino/us-census-demographic-data US Census Demographic Data Demographic and Economic Data for Tracts and Counties www.kaggle.com 데이터 정보 president_county_candidate.csv: 대통령 투표 결과 governors_county_candidate.csv: 카운티 지사 투표 결과 acs2017_county_data..

https://www.kaggle.com/hugomathien/soccer European Soccer Database 25k+ matches, players & teams attributes for European Professional Football www.kaggle.com 데이터 정보 Country: 국가 정보 League: 리그 정보 Match: 경기 정보 Player: 플레이어 정보 Player_Attributes: 플레이어의 특성 Team: 팀 정보 Team_Attributes: 팀의 특성 데이터셋 준비 import pandas as pd import numpy as np import matplotlib.pyplot as plt import seaborn as sns import sqlit..

https://www.kaggle.com/bobbyscience/league-of-legends-diamond-ranked-games-10-min League of Legends Diamond Ranked Games (10 min) Classify LoL ranked games outcome by looking at the first 10min worth of data www.kaggle.com 데이터 정보 gameId: 게임 판의 고유 ID blueWins: 블루팀의 승리 여부 (0: 패배, 1: 승리) xxxWardsPlaced: xxx팀에서 설치한 와드의 수 xxxWardsDestroyed: xxx팀에서 파괴한 와드의 수 xxxFirstBlood: xxx팀의 첫번째 킬 달성 여부 xxxKills: ..

https://www.kaggle.com/aljarah/xAPI-Edu-Data Students' Academic Performance Dataset xAPI-Educational Mining Dataset www.kaggle.com 데이터 정보 gender: 학생의 성별 (M: 남성, F: 여성) NationaliTy: 학생의 국적 PlaceofBirth: 학생이 태어난 국가 StageID: 학생이 다니는 학교 (초,중,고) GradeID: 학생이 속한 성적 등급 SectionID: 학생이 속한 반 이름 Topic: 수강한 과목 Semester: 수강한 학기 (1학기/2학기) Relation: 주 보호자와 학생의 관계 raisedhands: 학생이 수업 중 손을 든 횟수 VisITedResources:..

https://www.kaggle.com/andrewmvd/heart-failure-clinical-data Heart Failure Prediction 12 clinical features por predicting death events. www.kaggle.com 데이터 정보 age: 환자의 나이 anaemia: 환자의 빈혈증 여부 (0: 정상, 1: 빈혈) creatinine_phosphokinase: 크레아틴키나제 검사 결과 diabetes: 당뇨병 여부 (0: 정상, 1: 당뇨) ejection_fraction: 박출계수 (%) high_blood_pressure: 고혈압 여부 (0: 정상, 1: 고혈압) platelets: 혈소판 수 (kiloplatelets/mL) serum_creatin..