I have a CSV with some information about products color. Since sometimes some extra details are there, I would like to extract just the color name. I found out some library but my data are in french so they dont fit those. I try to do it with Python.
From "transparent blue" I want to just keep "blue"
The table is like :
Product ref | Color | Sales quantity |
---|---|---|
F33 | Bleu transparent | 2 |
K367 | Ecaille Marron | 1 |
And I am looking to take the "Bleu" (Blue) and "Marron" (brown) to see which colors are the more sale