Skip to content

Instantly share code, notes, and snippets.

View nadinesk's full-sized avatar

Nadine Fischoff nadinesk

  • Nadine Fischoff
  • San Diego, CA
View GitHub Profile
@nadinesk
nadinesk / data.csv
Last active August 23, 2016 18:04
lots of circles?
name value
Locke 32
Reyes 57
Ford 112
Jarrah 293
@nadinesk
nadinesk / README.md
Last active July 8, 2016 18:21
school test results several variables

Stanford cepa

Money, Race and Success: How Your School District Compares

This chart includes data from the Stanford Center for Education Policy Analysis, standardizing district-level test math and ELA test scores for third to eighth graders, from 2009-2013. The results show the district's grade level above/below the national average. More detail on how this database was created is here. The results show the grade level above/below the tested grade of students.

The test results are show in correlation with various district-level characteristics, here in order of correlation coefficient:

  • median family income: 0.66
  • percent of females with BA: 0.64
@nadinesk
nadinesk / index.html
Last active July 6, 2016 14:00
school-data-dropdown
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<!-- Example based on http://bl.ocks.org/mbostock/3887118 -->
<!-- Tooltip example from http://www.d3noob.org/2013/01/adding-tooltips-to-d3js-graph.html -->
<style>
body {
font: 11px sans-serif;
@nadinesk
nadinesk / index.html
Last active July 5, 2016 03:27
school-grade-level
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<!-- Example based on http://bl.ocks.org/mbostock/3887118 -->
<!-- Tooltip example from http://www.d3noob.org/2013/01/adding-tooltips-to-d3js-graph.html -->
<style>
body {
font: 11px sans-serif;
We can make this file beautiful and searchable if this error is corrected: It looks like row 8 should actually have 12 columns, instead of 11. in line 7.
date Average San Jose, CA San Francisco, CA Urban Honolulu, HI Santa Cruz, CA Vineyard Haven, MA Kahului, HI Kapaa, HI Santa Maria-Santa Barbara, CA Key West, FL Los Angeles-Long Beach-Anaheim, CA
1997 54.33490279 179.8333333 152.5833333 192.5 159.8333333 129.5833333 156.9166667 139.1666667 126.5833333 137.5833333 119.0833333
1998 58.98184986 206.8333333 171.3333333 183.8333333 186.5 146.5 157.9166667 135.6666667 140.2 150.8333333 128.4166667
1999 62.12977897 232.6666667 196.25 181.5833333 211.6666667 172.5 165.5833333 143 162.5833333 161.3333333 141.75
2000 66.05594385 305 245.4166667 185.5833333 265.9166667 221.9166667 179.4166667 156.6666667 197.6666667 179.6666667 155.6666667
2001 70.50133594 329.9166667 279.6666667 192.5833333 308 249.0833333 200 158.25 238.75 203.3333333 173.25
2002 75.16756272 330.5 294.5833333 210.25 318.4166667 298.8333333 219.3333333 189.5833333 271.6666667 240.5833333 200
2003 81.59594602 338 319.4166667 243.9166667 344.6666667 330.0833333 266.0833333 236.8333333 311.8333333 306.08
@nadinesk
nadinesk / README.md
Last active May 18, 2016 18:55
groupedbarchartlabels

A grouped bar chart with values on bars, with a starting point from this grouped bar chart: https://bl.ocks.org/mbostock/3887051.

This chart shows percentage increases (2014-2015, 2005-2015, 2010-2015) in median house values per square footage in the top 10 highest metro areas by 2015 annual average values. Data is from Zillow (http://www.zillow.com/research/data/): "Median ZHVI per sq. ft. ($): Median of the value of all homes per square foot. This number is calculated by taking the estimated home value for each home in a given region and dividing it by the home’s square footage."

@nadinesk
nadinesk / README.md
Last active April 11, 2023 18:16
RHOBH viewership - multiple line chart

This example shows viewership of the Real Housewives of Beverly Hills in millions, by season and by episode (along with the embarassing fact that I'm a big enough fan of this show to create this chart, having watched all episodes of all six seasons). Episodes are shown along the x-axis, and views are shown along the y-axis, with each line representing one of the six seasons. Some seasons had fewer episodes than others, and in those cases, the average views were used rather than null values. (Average values were used for Season 1, Episodes 18-23; Season 3, Episodes 23; and Season 6, episode 23 tbd). I removed Episode 24 since this was only shown during Season 2. Season 2 had the highest average viewrship at 2.2 million, and Season 6 has had the lowest average viewership so far, excluding the final episode which is TBD, with 1.8 million households watching.

The final episode of Season 6 aired last night, and during the reunion, there was controversy over a cast member possibly angling other cast members to cre

@nadinesk
nadinesk / README.md
Last active August 29, 2015 14:06
Arcs, Lines, Bezier Curves, Triangles: Barr's Diagram