Metadatamanagement: Are we able to import and represent long-format-data?

Created on 29 Aug 2019  路  3Comments  路  Source: dzhw/metadatamanagement

We need to discuss in general if we're currently able to import and represent long-format-data properly.

@rbirkelbach adressed in issue #1834 one question in this context

variablemanagement 3 1 question

Most helpful comment

For various reasons (dataset report, one distribution per variable) the MDM supports only the wide format which contains one variable per value of t (v_1, v_2). These can be connected by panelIdentifier. We can implement a dropdown on the variable details page (of v_1) in which the user can select the associated variables (v_2)

All 3 comments

| t | v |
|---|---|
| 1 | 1 |
| 1 | 2 |
| 2 | 3 |
| 2 | 4 |

Variable details site for variable v has choser where you can select t.

The MDM currently cannot display the distributions of long format variables.

Question: does this pose a problem for the user?

For various reasons (dataset report, one distribution per variable) the MDM supports only the wide format which contains one variable per value of t (v_1, v_2). These can be connected by panelIdentifier. We can implement a dropdown on the variable details page (of v_1) in which the user can select the associated variables (v_2)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kpstephan picture kpstephan  路  9Comments

svietgen picture svietgen  路  8Comments

rbirkelbach picture rbirkelbach  路  6Comments

fbaillet picture fbaillet  路  4Comments

AndyDaniel1 picture AndyDaniel1  路  4Comments