I am working a recommendations system with a movie datasets in which I have produced an output for several clients like this:
In which there are some duplicates. I want to print the texts with colors, so the same movie always appears in the same style and I can easily check which appear more than once. Is there any way to do it using pandas? Are there other libreries which I can use?