79177596

Date: 2024-11-11 12:15:19
Score: 1.5
Natty:
Report link

Dictionary keys must be unique so:

unique_data = list({entry['FILTER']: entry for entry in data}.values())

will remove duplicates and give you a list in the format you need.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: León