Use this tag for questions related to Distinct Values, i.e. values that are distinct/unique from the values in a collection.
In Java 8 how can I filter a collection using the Stream API by checking the distinctness of a property of …
java collections java-8 java-stream distinct-valuesHow to create a list of unique/distinct objects (no duplicates) in Java? Right now I am using HashMap<…
java list distinct-valuesHow can I list the distinct values in a vector where the values are replicative? I mean, similarly to the …
r vector distinct-values r-faqLet's say I have the following data frame: > myvec name order_no 1 Amy 12 2 Jack 14 3 Jack 16 4 Dave 11 5 Amy 12 6 Jack 16 7 Tom 19 8 …
r dataframe distinct-values r-faqThe question is pretty much in the title: Is there an efficient way to count the distinct values in every …
apache-spark apache-spark-sql distinct-valuesIf I issue following command in PowerShell, I get a lot of rows back. PS C:\Users\benh> get-command …
powershell distinct-valuesI have a mysql table that looks like this: 1 value1 value2 3534 2 value1 value1 8456 3 value1 value2 3566 4 value1 value3 7345 5 value2 value3 6734 I …
mysql sql database distinct distinct-valuesI'm having trouble coming up with a value for a cell in SSRS, which should be a sum of distinct …
sql reporting-services distinct-valuesI'm trying to get all distinct values across 2 tables using a union. The idea is to get a count of …
sql union distinct distinct-valuesI have two lists of strings. How do I get the list of distinct values between them or remove the …
c# list distinct-values set-difference