<How to count unique csv/parquet rows?> Is there a...
# stackoverflow
u
How to count unique csv/parquet rows? Is there a better algorithm for counting unique rows in csv/parquet than writing to HashMap or reading one row and iterating through whole file(if file is big)?