Open DeNeutoy opened 6 years ago
I've worked on addressing this in #27 have a look and let me know what you think!
Hm, though having something that directly maps to the DB for all cases is trickier. More thought required.
Hmm yeah I also found this once I dug into it more - e.g the limit0
variables in the scholar dataset are really a function of the query rather than particular to the database. What you've done for geography looks like an improvement though!
I've merged that for now, but will keep this open as a reminder that this issue requires more work. My thinking is that I could do the following:
That would be an improvement over the current state, though would also be a fair amount of work.
It's a little annoying that the anonymised variable names sometimes but not always correspond to the table/column name they come from. E.g in some datasets like academic, the variable name is derived from the column name:
whereas in
geography
, variables are namedvar1
, from which you cannot directly infer their type from either the name or thetype
key.