Skip to content

Instantly share code, notes, and snippets.

View mapearlson's full-sized avatar

Michael Pearlson mapearlson

  • Columbia University
View GitHub Profile
@mapearlson
mapearlson / README
Created March 22, 2015 12:36
AED/EURO and Balance of Payments(UAE)
Basically copied the code, but used it for something I was working on for balance of payments versus currency fluctuation.
@mapearlson
mapearlson / ReadMe2
Created November 19, 2014 13:08
2014-11-19-Michael-Pearlson-HW4(Part2)
I am using data from the United Nations regarding homicides from many different countries between 1990 and 2010
(many years are missing for differen countries). Variables in the data include country, year, count, rate, and
source. I would like to make a donut graph given that it seems to suit the data particularly well and may be a
good starting point for someone that has had no experience with d3 or HTML. I may create an id or key that includes
year and country in order to compare homicide rates across a few different countries as well as across years. I
would also like to create a stacked histogram filled by year of more countries than I plan to include in the donut.
Also, see Part1 for a more detailed completion of requirements.
My target shape for the donut chart would be as follows:
${country:"", year:"", count:"", rate:"", id:"", colorid:""}
@mapearlson
mapearlson / ReadMe
Last active August 29, 2015 14:09
2014-11-19-Michael-Pearlson-HW4(Part1)
I am using data from the United Nations regarding homicides from many different countries between 1990 and 2010
(many years are missing for differen countries). Variables in the data include country, year, count, rate, and
source. I would like to make a donut graph given that it seems to suit the data particularly well and may be a
good starting point for someone that has had no experience with d3 or HTML. I may create an id or key that includes
year and country in order to compare homicide rates across a few different countries as well as across years.
I would also like to create a stacked histogram filled by year of more countries than I plan to include in the donut.
My target shape for the donut chart would be as follows:
${country:"", year:"", count:"", rate:"", id:"", colorid:""}