Skip to content

Instantly share code, notes, and snippets.

We can make this file beautiful and searchable if this error is corrected: It looks like row 10 should actually have 11 columns, instead of 5. in line 9.
overall_rank,occupation,projected_annual_openings_until_2028,median_wage_2028,employment_2018,projected_employment_2028,projected_employment_chang_2028,projected_employment_change_percent_2028,typical_education,openings_rank,wage_rank
17.0,Chief executives,16.8,189600,263.2,248.8,-14.4,-5.5,Bachelor's degree,203.0,10.0
1.0,General and operations managers,230,100930,2376.4,2541.4,165,6.9,Bachelor's degree,14.0,61.0
737.0,Legislators,4.3,24670,51.9,54.6,2.7,5.2,Bachelor's degree,454.0,764.0
171.0,Advertising and promotions managers,2.7,117130,27.6,28.4,0.9,3.2,Bachelor's degree,532.0,34.0
11.0,Marketing managers,26,134290,259.2,280.1,20.9,8.1,Bachelor's degree,152.0,20.0
7.0,Sales managers,39,124220,405.7,426.3,20.6,5.1,Bachelor's degree,113.0,26.0
74.0,Public relations and fundraising managers,7.8,114800,81.2,87.6,6.3,7.8,Bachelor's degree,344.0,36.0
20.0,Administrative services managers,28.1,96180,300.2,322.0,21.8,7.3,Bachelor's degree,147.0,71.0
6.0,Computer and information systems managers,38.8,142530,414.4
@soooh
soooh / README.md
Created July 2, 2018 22:37 — forked from brattonc/README.md
D3 Liquid Fill Gauge

Liquid Fill Gauge v1.1 - 7/14/2015

Changes:

  • Added support for updating the gauge value after loading is complete. The loadLiquidFillGauge method now returns an object with an update method which allows the gauge value to be changed. Click any of the gauges above to randomly update their value.

Configurable features include:

  • Changeable min/max values.
  • All colors.
@soooh
soooh / TK
Last active June 10, 2018 18:54
Here's me testing a possible Medium embed. Here's me testing a possible Medium embed. Here's me testing a possible Medium embed. Here's me testing a possible Medium embed. Here's me testing a possible Medium embed. Here's me testing a possible Medium embed. Here's me testing a possible Medium embed. Here's me testing a possible Medium embed.
@soooh
soooh / index.html
Last active November 13, 2016 20:30
basic line projection with interval
<!DOCTYPE html>
<meta charset='utf-8'>
<svg width='960' height='500'></svg>
<script src='https://d3js.org/d3.v4.min.js'></script>
<script>
var parseYear = d3.timeParse('%Y');
@soooh
soooh / index.html
Last active March 25, 2023 12:10
basic error bars
<!DOCTYPE html>
<meta charset="utf-8">
<svg></svg>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script>
//
@soooh
soooh / index.html
Last active November 13, 2016 20:31
basic shaded interval
<!DOCTYPE html>
<meta charset='utf-8'>
<svg width='960' height='500'></svg>
<script src='https://d3js.org/d3.v4.min.js'></script>
<script>
//
@soooh
soooh / fips, name, bbox
Last active October 16, 2015 14:27
fips, county/state, bbox
01001,"Autauga County, AL","32.3075593,32.707878,-86.9209899,-86.4111037"
01003,"Baldwin County, AL","30.1375221,31.3032945,-88.0622654,-87.3715795"
01005,"Barbour County, AL","31.618238,32.148415,-85.7483519,-85.0488248"
01007,"Bibb County, AL","32.83152,33.247269,-87.4217529,-86.8760909"
01009,"Blount County, AL","33.765354,34.2609589,-86.9634315,-86.3030549"
01011,"Bullock County, AL","31.880236,32.308136,-85.9992749,-85.4095689"
01013,"Butler County, AL","31.525208,31.964653,-86.9086989,-86.4379729"
01015,"Calhoun County, AL","33.555988,33.96883,-86.1462533,-85.5293199"
01017,"Chambers County, AL","32.728855,33.109474,-85.5934299,-85.1306867"
01019,"Cherokee County, AL","33.941814,34.526623,-85.8436279,-85.3988655"