DEV Community

Cover image for #100 — Deduplication of Row-Based Data — by Key Column
Judith-Data-Processing-Hacks
Judith-Data-Processing-Hacks

Posted on

3 1 1 1 1

#100 — Deduplication of Row-Based Data — by Key Column

Problem description & analysis:

There is a data table:

source table

Task: Find out the data that are not duplicates and the first duplicate data in the Name column.

Solution:

Use SPL XLL and enter the following code:

=spl("=E(?1).group(Name).(~(1))",A1:D7)
The results are shown below:

result table


Download esProc Desktop for FREE and streamline your workflows!! 🚀🔥⬇️

✨SPL download address: esProc Desktop FREE Download

✨Plugin Installation Method: SPL XLL Installation and Configuration

✨References to other rich Excel operation cases: Desktop and Excel Data Processing Cases

✨YouTube FREE courses: SPL Programming

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (1)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more