- 데이터 출처: http://m.wikitree.co.kr/main/news_view.php?id=217101
- 데이터 수집: 위 기사에서
crawl.py
를 이용해 맛집 목록 수집 후 네이버 지도 API를 이용해서 좌표 정보 수집 - Author: Lucy Park
- License: Apache v2
View games.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
turn_index | player | thinking_time | game | |
---|---|---|---|---|
1 | Lee_Sedol | 19 | 1 | |
2 | Lee_Sedol | 86 | 1 | |
3 | Lee_Sedol | 75 | 1 | |
4 | Lee_Sedol | 79 | 1 | |
5 | Lee_Sedol | 71 | 1 | |
6 | Lee_Sedol | 11 | 1 | |
7 | Lee_Sedol | 4 | 1 | |
8 | Lee_Sedol | 36 | 1 | |
9 | Lee_Sedol | 33 | 1 |
View index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<script charset="utf-8" src="https://d3js.org/d3.v3.min.js"> | |
</script> | |
<style> | |
.title { | |
font: 20px helvetica; | |
fill: #404040; |
View index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<script src="http://d3js.org/d3.v3.min.js"></script> | |
<style> | |
.title { | |
font: 20px helvetica; | |
fill: #404040; | |
} |
View area_freq.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
area | freq | |
---|---|---|
강남구 | 826 | |
마포구 | 362 | |
송파구 | 358 | |
종로구 | 327 | |
영등포구 | 315 | |
중구 | 290 | |
서초구 | 287 | |
광진구 | 221 | |
강서구 | 218 |
View competition.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
area | competition | |
---|---|---|
종로구 | 0.014057261 | |
중구 | 0.016305876 | |
용산구 | 0.005194476 | |
성동구 | 0.003196639 | |
광진구 | 0.003711292 | |
동대문구 | 0.001992068 | |
중랑구 | 0.001828583 | |
성북구 | 0.00254072 | |
강북구 | 0.002527748 |
View index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head><h1>알바몬 임금체불 사업주(서울) - 체불 금액 총액 기준</h1></head> | |
<meta charset="utf-8"> | |
<style> | |
body { | |
font: 10px sans-serif; | |
} | |
svg circle { | |
fill: orange; |
View index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head><h1>알바몬 임금체불 사업주(서울) - 평균 체불 금액 기준</h1></head> | |
<meta charset="utf-8"> | |
<style> | |
body { | |
font: 10px sans-serif; | |
} | |
svg circle { | |
fill: orange; |
View index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head><h1>알바몬 임금체불 사업주(서울) - 사업장 수 기준</h1></head> | |
<meta charset="utf-8"> | |
<style> | |
body { | |
font: 10px sans-serif; | |
} | |
svg circle { | |
fill: orange; |
View README.md
View index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<head><h1>The Hacking Team: Top Receiver</h1></head> | |
<style> | |
body { | |
font: 10px sans-serif; | |
} | |
.axis { |
NewerOlder