Quantipy / quantipy

Python for people data
MIT License
66 stars 14 forks source link

Text-class to return structured text-like metadata of variables #1322

Open alextanski opened 4 years ago

alextanski commented 4 years ago

We need to be able to return text metadata in a structured way, i.e. getting the desired string based on text_key and text_property, e.g. DataSet.get_text(name, text_property=[], text_key='').

text_property needs to be a list to support getting text versions for different contexts, e.g. plain question texts vs. axis-edits.

@nitsrek @roxananeagu / @RoxanaMariaNeagu