<div dir="auto">Hello All,<div dir="auto">     I have a csv with multiple column , and I need to figure out the duplicates entry ,I have imported csv and assigned the row to dictionary ,please share a logic to find the duplicates , sample data is below ,</div><div dir="auto"><br></div><div dir="auto">Name age employer</div><div dir="auto">Kumar 28 133678</div><div dir="auto">Kumar 28 133678</div><div dir="auto">Anil. 42.   133567</div><div dir="auto"><br></div><div dir="auto">Kumar entry need to be finded out</div></div>