Open jferard opened 4 years ago
Maybe not a so good idea since we do not control the list of the countries. It would be better to use strings. But the idea to store the quarantine date with the country name (in a dict) is still interesting. And the idea to store subareas of superareas too.
The idea is to group name, quarantine date and subareas in one object:
And to write something like:
And use
area.name, quarantine_date, subareas
inplot_area
.