I want to count the number of unique rows in my data. Below a quick input/output example.
#input A,B 0,0 0,1 1,0 1,0 1,1 1,1 #output A,B,count 0,0,1 0,1,1 1,0,2