Skip to content

Instantly share code, notes, and snippets.

@PhDP
Created December 3, 2013 03:22
Show Gist options
  • Save PhDP/7763373 to your computer and use it in GitHub Desktop.
Save PhDP/7763373 to your computer and use it in GitHub Desktop.
{
"Title": "Flags",
"URL": "http://orange.biolab.si/datasets.psp",
"Variables": ["Landmass", "Zone", "Area", "Population", "Language", "Religion"],
"Records name": ["Afghanistan", "Albania", "Algeria", "American-Samoa", "Andorra"],
"Data": [
[5,1, 648,16,10,2],
[3,1, 29, 3, 6,6],
[4,1,2388,20, 8,2],
[6,3, 0, 0, 1,1],
[3,1, 0, 0, 6,0]
],
"Colors": {"white": 0, "red": 1, "blue": 2, "green": 3, "orange": 4, "gold": 5, "brown": 6, "black": 7}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment