This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Show distinct values #106
Open
Description
While looking at this I noticed that it might be nice to have some way of getting a list of unique values of a column. For example, when I want to know which countries are included in the data set, I have to download the database and run this SQL statement:
SELECT DISTINCT adm0_name FROM WFPVAM_FoodPrices;
It would be nice to be able to get the same list by clicking some icon or whatever :)