A dataset containing named CSS colors.
From MDN: CSS Colors.
A dataset containing named CSS colors.
From MDN: CSS Colors.
I extracted and cleaned some data from the Stack Overflow Survey to practice creating data visualization projects.
Raw results by country:
Data taken from Stack Overflow Annual Developer Survey 2020
The data is taken from world-atlas npm package by Mike Bostock.
[ | |
{ | |
"name": "Afghanistan", | |
"alpha-3": "AFG", | |
"country-code": "004" | |
}, | |
{ | |
"name": "Åland Islands", | |
"alpha-3": "ALA", | |
"country-code": "248" |
This data set comes from the book Eloquent JavaScript, Chapter 4: Objects and Arrays.
{ | |
"Sent": [ | |
{ | |
"id": 33, | |
"from": "[email protected]", | |
"to": "callum.wyeslyfa@fang ghost.xyz", | |
"date": "May 13, 2011", | |
"subject": "RE: Logo ideas", | |
"folder": "Sent" | |
}, |
root = true | |
[*] | |
charset = utf-8 | |
end_of_line = lf | |
indent_size = 2 | |
indent_style = space | |
insert_final_newline = true | |
trim_trailing_whitespace = true |