Our aim this week was to perform certain operations on the ‘style.csv’ file in our dataset and bring it to the format we wanted.
Procedures we apply:
1-) Deleting column containing Nan values

2-) Determining the column we will use (“articleType” and “baseColour”)
3-) See visually what contents these columns contain


4-) Deleting rows less than a certain amount (500) to reduce the size of the dataset and prevent complexity.



5-) Plot the amount of lines we have left after feature deletion.

