Skip to content

Instantly share code, notes, and snippets.

@aleszu
Created May 21, 2015 14:22
Show Gist options
  • Save aleszu/863e3f723dc9bdaddd14 to your computer and use it in GitHub Desktop.
Save aleszu/863e3f723dc9bdaddd14 to your computer and use it in GitHub Desktop.
function population(d) {
d.all = +d.all;
d.male = +d.male;
d.female = +d.female;
return d;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment