globalgov / manydata

The portal for global governance data
https://manydata.ch
GNU Affero General Public License v3.0
9 stars 0 forks source link

Dataset by dataset comparison function #243

Closed henriquesposito closed 1 year ago

henriquesposito commented 2 years ago

Add an extension to db_comp() that allows to compare two datasets at a time for the categories coded.

jhollway commented 2 years ago

Maybe something that can handle more than two datasets at a time?

Or it could be a heatmap where the rows are the unique observations, the columns are the datasets, and the cells' color/saturation/opacity is a function of how many non-missing cells there are for that observation in that dataset.

Though I guess this could be a different type of plot function.

henriquesposito commented 1 year ago

I have added a dataset argument to the database database "profile" functions. I do like the idea of the heatmap, so I will open a separate issue for adding that visualisation.