Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…

[{ | |
"name": "Artists", | |
"path": "number_one_artists.csv", | |
"separator": "\t", | |
"id": "number-one-artists", | |
"size": [ | |
12, | |
13 | |
], | |
"type": "table", | |
"idtype": "artist", | |
"columns": [ | |
{ | |
"name": "artist", | |
"value": { | |
"type": "string" | |
} | |
}, | |
{ | |
"name": "origin", | |
"value": { | |
"type": "categorical", | |
"categories": [ | |
{ | |
"name": "Barbados", | |
"color": "#a6cee3" | |
}, | |
{ | |
"name": "Ireland", | |
"color": "#1f78b4" | |
}, | |
{ | |
"name": "Sweden", | |
"color": "#b2df8a" | |
}, | |
{ | |
"name": "UK", | |
"color": "#33a02c" | |
}, | |
{ | |
"name": "US", | |
"color": "#fb9a99" | |
} | |
] | |
} | |
}, | |
{ | |
"name": "career status", | |
"value": { | |
"type": "categorical", | |
"categories": [ | |
{ | |
"name": "active", | |
"color": "#b3e2cd" | |
}, | |
{ | |
"name": "inactive", | |
"color": "#fdcdac" | |
} | |
] | |
} | |
}, | |
{ | |
"name": "gender", | |
"value": { | |
"type": "categorical", | |
"categories": [ | |
{ | |
"name": "female", | |
"color": "red" | |
}, | |
{ | |
"name": "group", | |
"color": "#ff00ff" | |
}, | |
{ | |
"name": "male", | |
"color": "blue" | |
} | |
] | |
} | |
}, | |
{ | |
"name": "first album (year)", | |
"value": { | |
"type": "int", | |
"range": [ | |
1930, | |
2014 | |
] | |
} | |
}, | |
{ | |
"name": "studio albums (count)", | |
"value": { | |
"type": "int", | |
"range": [ | |
0, | |
33 | |
] | |
} | |
}, | |
{ | |
"name": "year of birth", | |
"value": { | |
"type": "int", | |
"range": [ | |
1930, | |
2014 | |
] | |
} | |
}, | |
{ | |
"name": "age (years)", | |
"value": { | |
"type": "int", | |
"range": [ | |
0, | |
67 | |
] | |
} | |
}, | |
{ | |
"name": "age at first album (years)", | |
"value": { | |
"type": "int", | |
"range": [ | |
0, | |
25 | |
] | |
} | |
}, | |
{ | |
"name": "start of career (year)", | |
"value": { | |
"type": "int", | |
"range": [ | |
1930, | |
2014 | |
] | |
} | |
}, | |
{ | |
"name": "end of career (year)", | |
"value": { | |
"type": "int", | |
"range": [ | |
1930, | |
2014 | |
] | |
} | |
}, | |
{ | |
"name": "in business", | |
"value": { | |
"type": "int", | |
"range": [ | |
0, | |
50 | |
] | |
} | |
}, | |
{ | |
"name": "in business at first album (years)", | |
"value": { | |
"type": "int", | |
"range": [ | |
0, | |
8 | |
] | |
} | |
} | |
] | |
}] |