forked from plotly/datasets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f5851a
commit ba46676
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
The `shades.csv` sheet and `readme` file belong to the [The Pudding data repo](https://github.com/the-pudding/data). | ||
|
||
This folder contains all of the data used in The Pudding essay [Beauty Brawl](https://pudding.cool/2018/06/makeup-shades/) published in June 2018. | ||
|
||
Below you'll find metadata for each file. | ||
|
||
## shades.csv | ||
|
||
- **What is this?**: Data representing the shades of foundation offered by a variety of beauty brands around the world. | ||
- **Source(s) & Methods**: We collected a list of beauty brands in the US, Nigeria, India, and Japan that were considered by several sources to be "best sellers" in their home countries. We visited each brand's website during May 2018, found their liquid foundation line that (at the time of our sampling) had the largest number of shades available, and recorded the hex color values for each of the colored swatches shown for the product. Then, using Adobe Photoshop, we extracted the lightness value of each color (using the [CIE Lab color model](https://helpx.adobe.com/photoshop/using/color-modes.html#lab_color_mode)). Sources consulted to decide what brands/products to sample: | ||
* US bestseller lists: [POPSUGAR](https://www.popsugar.com/beauty/Bestselling-Foundations-Sephora-2017-43250396), [Amazon](https://www.amazon.com/Best-Sellers-Beauty-Foundation-Makeup/zgbs/beauty/11058871), [StyleCaster](http://stylecaster.com/beauty/best-selling-beauty-products-united-states/), [Refinery29](https://www.refinery29.com/most-popular-beauty-brands-new-york), [Statista](https://www.statista.com/statistics/194815/leading-us-foundation-brands-in-2013-based-on-sales/), [BEAUTY/crew](https://www.beautycrew.com.au/makeup/articles/the-internet-s-favourite-liquid-foundations/) | ||
* Articles recommending beauty products to people of color: [VIBE](https://www.vibe.com/2014/07/12-great-makeup-brands-for-women-of-color/), [Byrdie](https://www.byrdie.com/best-makeup-for-dark-skin), [The FADER](http://www.thefader.com/2017/08/22/black-owned-beauty-brands-katonya-breaux), [Allure](https://www.allure.com/gallery/best-foundations-for-women-of-color), [Glamour](https://www.glamour.com/gallery/black-owned-beauty-brands), [Fast Company](https://www.fastcompany.com/40443045/7-best-mainstream-beauty-brands-for-women-of-color), [THE CUT](https://www.thecut.com/2018/04/target-makeup-products-brands-people-of-color.html), [Bustle](https://www.bustle.com/articles/180408-32-black-owned-makeup-brands-to-add-to-your-beauty-collection-immediately-photos), [HuffPost](https://www.huffingtonpost.com/entry/black-owned-beauty-brands_us_5a7dc724e4b044b3821ccafb), [more.com](https://www.more.com/beauty/makeup/face-makeup/best-makeup-brands-created-specifically-women-color), [BuzzFeed](https://www.buzzfeed.com/treyegreen/best-makeup-products-people-of-color-lines), [Refinery29](https://www.refinery29.com/skin-care-brands-women-of-color) | ||
* Articles recommending Nigerian beauty products: [BeautyInLagos](http://www.beautyinlagos.com/2017/02/nigerian-makeup-brands-you-should-know-about.html/), [Beauty Geek](http://www.beautygeekng.com/2017/01/13/13-nigerian-makeup-brands/), [Lux Afrique](http://luxafrique.net/top-6-makeup-brands-by-nigerians/), [Zikel Cosmetics](http://www.zikelcosmetics.com/2016/04/25/7-hot-selling-makeup-brands-in-nigeria/), [Pulse.ng](http://www.pulse.ng/lifestyle/beauty-health/pulse-beauty-list-5-affordable-foundations-perfect-for-nigerian-weather-great-on-dark-skin-id4957957.html) [Pulse.ng again](http://www.pulse.ng/lifestyle/beauty-health/pulse-list-2017-top-8-nigerian-beauty-brands-of-the-year-id7717413.html), [Information Nigeria Women](http://women.informationng.com/14-awesome-foundations-for-dark-skin-tones/), [Girly Essentials](http://girlyessentials.com.ng/2017/07/25/the-nigerian-beauty-brand-that-stole-our-hearts-hegai-esther), [Winnie The Make-Up Artist](http://winniethemakeupartist.com/matte-foundations-in-nairobi/), [Jumia Travel](https://travel.jumia.com/blog/ng/5-nigerian-companies-who-changed-the-beauty-industry-1610) | ||
- **Last Modified**: June 5, 2018 | ||
- **Contact Information**: [Jason Li](mailto:[email protected]) | ||
- **Spatial Applicability**: United States, Nigeria, India, and Japan | ||
- **Temporal Applicability**: May 2018 | ||
- **Observations (Rows)**: Each row represents an individual product shade from one beauty brand. | ||
- **Variables (Columns)**: | ||
|
||
| Header | Description | Data Type | | ||
|---|---|---| | ||
| `brand` | The full written name of the brand that creates this foundation shade | text | | ||
| `brand_short` | An abbreviated (2-3 character) version of the brand's name without special characters or spaces. These are unique to the brand (i.e., there are no duplicate `brand_short` codes representing different brands) | text | | ||
| `product` | The full name of the foundation product that we sampled. For some brands, this is their only line of liquid foundation and for others this is the brand that (as of May 2018) contained the highest number of shades | text | | ||
| `product_short` | A 2-3 character string that is unique to this particular product and does not contain special characters or spaces | text | | ||
| `hex` | The hexadecimal color code for a particular shade (**Note**: this does not contain the leading `#` symbol) | text | | ||
| `H` | The `hue` value from the HSB or HSV color space. This is represented as a number from 0 to 360 degrees around the color wheel. | number | | ||
| `S` | The `saturation` value from the HSB or HSV color space. This is represented the amount of gray in a color from 0 to 100 percent. (**Note**: Here it is represented as a decimal from 0 to 1) | number | | ||
| `V` | The `value` (sometimes known as `brightness`) value from the HSB or HSV color space. This describes the brightness or intensity of a color from 0 - 100 percent. (**Note**: Here it is represented as a decimal from 0 to 1) | number | | ||
| `L` | The `lightness` value from CIE Lab color space. This is represented as a decimal number from 0 to 1| number | | ||
| `group` | The group with which this product should be analyzed. Each product only belongs to one group. We used 7 groups in this essay: <br/>• `0`: Fenty Beauty's PRO FILT'R Foundation Only <br/>• `1`: Make Up For Ever's Ultra HD Foundation Only <br/>• `2`: US Best Sellers <br/>• `3`: BIPOC-recommended Brands with BIPOC Founders <br/>• `4`: BIPOC-recommended Brands with White Founders <br/>• `5`: Nigerian Best Sellers <br/>• `6`: Japanese Best Sellers <br/>• `7`: Indian Best Sellers | number | |