Gapminder / tools-page

Gapminder tools page vanilla
8 stars 5 forks source link

Switching to a higher marker space: labels only show countries #246

Open angiehjort opened 3 years ago

angiehjort commented 3 years ago
  1. data comes from harmonised sources, such as SG and Fasttrack
  2. data comes from disharmonised sources, such as SG and a csv file with higher dimensionality

vizabi core assumes that datasets from all sources are harmonised... which means it's easy to get labels for country, gender when country comes from SG and gender from fasttrack because both datasets have country and gender entities with their names available, so you request either one, no problem however in case when i'm adding a csv by country, decile, other datasets don't have decile entities and their names, therefore vizabi can't get those. it needs to know that space can be composed of concepts coming from different datasources (edited)