This file contains hidden or 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
04f6fa05099457bd211f172ebbaead17c72c9cb9c6c86ce6ab9ddd7ac78ba903511d96b34e7e01cec198ed831e32bb77e00c6e7f27ffbb9caac2973b2db0cf27b3;nortss |
This file contains hidden or 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
0x3A2bdc672a80e83d58f0760C86167C2275777bBA |
This file contains hidden or 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
var raw_data = [ | |
{ | |
"2013": 157, | |
"2014": 143, | |
"2015": 173, | |
"Name": "Gleitschirm / Delta", | |
"2013_l": "157 (2013)", | |
"2014_l": "143 (2014)", | |
"2015_l": "173 (2015)" | |
}, |
This file contains hidden or 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
var raw_data = [ | |
{ | |
"country": "Afghanistan", | |
"year": 2015, | |
"avg_life_expectation": 60.5, | |
"female_life_expectation": 61.9, | |
"male_life_expectation": 59.3 | |
}, | |
{ | |
"country": "Afghanistan", |
This file contains hidden or 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
var raw_data = [ | |
{ | |
"country": "Afghanistan", | |
"year": 2015, | |
"avg_life_expectation": 60.5, | |
"female_life_expectation": 61.9, | |
"male_life_expectation": 59.3 | |
}, | |
{ | |
"country": "Afghanistan", |
This file contains hidden or 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> | |
<link href="https://fonts.googleapis.com/css?family=Roboto:100" rel="stylesheet"> | |
<script src="https://d3js.org/d3.v4.js"></script> | |
<style type="text/css"> | |
body { | |
background: linear-gradient(to top, #8e9eab, #eef2f3); | |
font-family: 'Roboto', sans-serif; |
This file contains hidden or 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> | |
<link href="https://fonts.googleapis.com/css?family=Roboto:100" rel="stylesheet"> | |
<script src="https://d3js.org/d3.v4.min.js"></script> | |
<style type="text/css"> | |
body { | |
background: linear-gradient(to top, #8e9eab, #eef2f3); | |
font-family: 'Roboto', sans-serif; |
This file contains hidden or 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
splitrows col: column1 on: '\n' quote: '\"' | |
split col: column1 on: ',' limit: 9 quote: '\"' | |
replace col: * with: '' on: '\"' global: true | |
header | |
settype col: Index type: 'Integer' | |
set col: First_Name value: proper($col) | |
settype col: Date_Of_Birth type: 'Datetime','dd-mm-yy','dd*mm*yyyy' | |
settype col: Small_Shirt_Size type: 'Bool' | |
settype col: Small_Shirt_Size type: 'String' | |
settype col: Date_Of_Birth type: 'String' |