Skip to content

Instantly share code, notes, and snippets.

@milafrerichs
milafrerichs / index.html
Created August 8, 2017 17:35
JS Bin Map with changing detail via buttons // source http://jsbin.com/wicozeq
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Map with changing detail via buttons">
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.2.3/d3.min.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
path
@milafrerichs
milafrerichs / index.html
Created August 8, 2017 17:33
JS Bin Map with Schools sized Num Students // source http://jsbin.com/casuvat
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Map with Schools sized Num Students">
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.2.3/d3.min.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
path
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.2.3/d3.min.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.grati path {
fill: none;
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
year total_rhna_goal very_low_rhna_goal low_rhna_goal moderate_rhna_goal above_moderate_rhna_goal total_permitted very_low_permitted low_permitted moderate_permitted above_moderate_permitted
2013 161980 36450 27700 30610 67220 26339 1950 2151 950 21288
@milafrerichs
milafrerichs / TouchesData.csv
Last active November 14, 2016 17:29 — forked from merelyanode/TouchesData.csv
Knight Week 6
We can make this file beautiful and searchable if this error is corrected: It looks like row 9 should actually have 43 columns, instead of 41 in line 8.
Player,Year,KeyYards,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
James Wilder,1984,2229,,,,,,,877,790,1020,2229,1641,1030,816,467,579,59,,,,,,,,,,,,,,,,,,,,,,,,
Larry Johnson,2006,2199,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,859,2093,2199,745,948,661,2,2,,,
Eddie George,2000,1962,,,,,,,,,,,,,,,,,,,,,,1550,1443,1604,1762,1962,1218,1420,1194,515,,,,,,,,,,
LaDainian Tomlinson,2002,2172,,,,,,,,,,,,,,,,,,,,,,,,,,,1603,2172,2370,1776,1832,2323,1949,1536,884,1282,729,,,
Edgerrin James,1999,2139,,,,,,,,,,,,,,,,,,,,,,,,,2139,2303,855,1343,1551,2031,1843,1376,1426,599,144,,,,,
DeMarco Murray,2014,2261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1080,910,141,2261
Marcus Allen,1985,2314,,,,,,,,1098,1604,1923,2314,1212,1164,1134,484,871,418,578,1002,1058,1100,1100,591,,,,,,,,,,,,,,,,,
Ricky Williams,2002,2216,,,,,,,,,,,,,,,,,,,,,,,,,1056,1409,1756,2216,1723,0,836,0,15,878,1385,814,527,
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
investigator_name YEAR_CLOSED MONTH_CLOSED year_month closed closing_rate case_type cases
1 Anderson, Tim 2016 06 2016-06 0 65 backlog 7
2 Brown-Williamson, Maxine 2016 06 2016-06 10 59.4405594405594 backlog 58
3 Cadena, Alina 2016 06 2016-06 5 30.7086614173228 backlog 88
4 Casilang, Rodolfo 2016 06 2016-06 3 18.6274509803922 backlog 83
5 Cervantes, Robert 2016 06 2016-06 1 18.9944134078212 backlog 145
6 Clark, Cameron 2016 06 2016-06 3 22.680412371134 backlog 75
7 Darantinao, Juli 2016 06 2016-06 13 26.890756302521 backlog 87
8 Dauphin, William 2016 06 2016-06 4 31.7073170731707 backlog 56
9 Davidson, Robert 2016 06 2016-06 7 12.9032258064516 backlog 189
YEAR_CLOSED MONTH_CLOSED year_month case_type cases
1 2015 12 2015-12 closed 42
2 2016 01 2016-01 closed 280
3 2016 02 2016-02 closed 355
4 2016 03 2016-03 closed 360
5 2016 04 2016-04 closed 295
6 2016 05 2016-05 closed 338
7 2016 06 2016-06 closed 237
8 2015 12 2015-12 open 199
9 2016 01 2016-01 open 376