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

https://www.kaggle.com/rush4ratio/video-game-sales-with-ratings Video Game Sales with Ratings Video game sales from Vgchartz and corresponding ratings from Metacritic www.kaggle.com 데이터 정보 Name: 게임의 이름 Platform: 게임이 동작하는 콘솔 Year_of_Release: 발매 년도 Genre: 게임의 장르 Publisher: 게임의 유통사 NA_Sales: 북미 판매량 (Millions) EU_Sales: 유럽 연합 판매량 (Millions) JP_Sales: 일본 판매량 (Millions) Other_Sales: 기타 판매량 (아프리카, 일본 제..

https://www.kaggle.com/mathurinache/world-happiness-report World Happiness Report up to 2020 Bliss scored agreeing to financial, social, etc. www.kaggle.com 데이터 정보 Country: 국가 Region: 국가의 지역 Happiness Rank: 행복지수 순위 Happiness Score: 행복지수 점수 GDP per capita: 1인당 GDP Healthy Life Expectancy: 건강 기대수명 Social support: 사회적 지원 Freedom to make life choices: 삶에 대한 선택의 자유 Generosity: 관용 Corruption Perceptio..

https://www.kaggle.com/dgomonov/new-york-city-airbnb-open-data New York City Airbnb Open Data Airbnb listings and metrics in NYC, NY, USA (2019) www.kaggle.com 데이터 정보 id: 항목의 ID name: 항목의 이름 (타이틀) host_id: 호스트 ID host_name: 호스트의 이름 neighbourhood_group: 방이 있는 구역 그룹 neighbourhood: 방이 있는 구역 latitude: 방이 위치한 위도 longitude: 방이 위치한 경도 room_type: 방의 종류 price: 가격 ($) minimum_nights: 최소 숙박 일수 number_of_re..

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:..