Skip to content

Instantly share code, notes, and snippets.

View minsukkahng's full-sized avatar

Minsuk Kahng minsukkahng

View GitHub Profile
sepal_length sepal_width petal_length petal_width label
5.1 3.5 1.4 0.2 setosa
4.9 3.0 1.4 0.2 setosa
4.7 3.2 1.3 0.2 setosa
4.6 3.1 1.5 0.2 setosa
5.0 3.6 1.4 0.2 setosa
5.4 3.9 1.7 0.4 setosa
4.6 3.4 1.4 0.3 setosa
5.0 3.4 1.5 0.2 setosa
4.4 2.9 1.4 0.2 setosa
@minsukkahng
minsukkahng / index.html
Created April 2, 2016 09:15
20대 국회 선거구
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
text, div, h1, h3, span {
font-family: 'Nanum Gothic', sans-serif;
font-size: 13px;
}
@minsukkahng
minsukkahng / index.html
Created April 2, 2016 09:12
19대 국회 지역구 지도
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
text, div, h1, h3, span {
font-family: 'Nanum Gothic', sans-serif;
font-size: 13px;
}