Timeline for Can you do something to duplicates other then delete them?
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 18, 2024 at 0:57 | answer | added | E. Chan-López | timeline score: 2 | |
| Jan 18, 2024 at 0:18 | answer | added | eldo | timeline score: 2 | |
| Jan 22, 2018 at 4:52 | history | tweeted | twitter.com/StackMma/status/955302175063846912 | ||
| Jan 22, 2018 at 2:33 | answer | added | kglr | timeline score: 4 | |
| Jan 21, 2018 at 22:15 | comment | added | aardvark2012 | You could also use SortBy, as in DeleteDuplicatesBy[Reverse@SortBy[list, Last], First]. | |
| Jan 21, 2018 at 22:15 | answer | added | Carl Woll | timeline score: 8 | |
| Jan 21, 2018 at 22:10 | comment | added | user484 | Look into GatherBy. In particular, MaximalBy[#, #[[2]] &, UpTo[1]] & /@ GatherBy[list, #[[1]] &]. | |
| Jan 21, 2018 at 21:43 | history | asked | Cosmic Sleuth | CC BY-SA 3.0 |