Skip to content

Instantly share code, notes, and snippets.

@JonathanReeve
Created February 17, 2020 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonathanReeve/55ddcebaa1394841a219d71008f3349a to your computer and use it in GitHub Desktop.
Save JonathanReeve/55ddcebaa1394841a219d71008f3349a to your computer and use it in GitHub Desktop.
name hex n parent parentHex
0 dust #b2996e 3 orange #FFA500
1 tea #65ab7c 16 grey #BEBEBE
2 spruce #0a5f38 1 black #000000
3 desert #ccad60 6 orange #FFA500
4 swamp #698339 2 grey #BEBEBE
5 fern #63a950 1 green #00FF00
6 straw #fcf679 9 yellow #FFFF00
7 leather #ac7434 5 orange #FFA500
8 hazel #8e7618 2 orange #FFA500
9 ice #d6fffa 4 white #FFFFFF
import pandas as pd
pd.read_csv('color-data.csv')
df
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment