Skip to main content

Command Palette

Search for a command to run...

#103 — Deduplication of Row-Based Data — by Key Column — Keeping the Original Order

Published
1 min read
#103 — Deduplication of Row-Based Data — by Key Column — Keeping the Original Order
E

esProc SPL is a JVM-based programming language designed for structured data computation, serving as both a data analysis tool and an embedded computing engine. FREE download👉🏻: https://www.esproc.com/download-esproc

Problem description & analysis:

There is a data table:

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

Solution:

Use SPL XLL and enter the following formula:

=spl("=E(?1).group@u(Name).(~(1))",A1:D7)

The results are as shown:


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

E
esProc1y ago

Let us know what you think of esProc SPL! 🙌

🔺Discord:https://discord.gg/cFTcUNs7 🔺Reddit: https://www.reddit.com/r/esProc_Desktop/

More from this blog

Untitled Publication

207 posts