if I have a DataFrame and want to get unique
columns but treat each column as a separate entity, what is the best way to do it?
MATLAB has a convenience argument unique(A(:,1:2),'rows')
(yuk!) … but I can’t find an equivalent way to do it in Julia
Note that the original poster on Slack cannot see your response here on Discourse. Consider transcribing the appropriate answer back to Slack, or pinging the poster here on Discourse so they can follow this thread.
(Original message ) (More Info)