How to find unique rows in a dataset
How to find unique rows in a dataset
Hi, I am working with flights dataset which is very popular in Hadley Wikham book. I want to find unique origin and destinations. is there anyway we can do it?
- Attachments
-
- Dataset_sort.omv
- (333.99 KiB) Downloaded 11 times
Re: How to find unique rows in a dataset
Hi, you can use a computed variable to compute the routes. see here:
Re: How to find unique rows in a dataset
This is a nice hack. But I would like to know the number of rows in this frequency table. Further, is there anyway to export the table as a jamovi data like jtransform export to a new file?