You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is usually more practical to handle short variable names while doing analysis, but to write the full variable description in plots.
For examples, it is easier to write q(''' SELECT PRD_MIN FROM %t'''), instead of "Period in Minutes", while the latter name is more informative in a pairplot or heatmap.
One solution would be to pass a codebook df or csv to the make_population command and have the plots access the codebook instead. However it might also be useful to keep the ability of plotting with labels such as PRD_MIN for succint preliminary analyses purposes.
The text was updated successfully, but these errors were encountered:
It is usually more practical to handle short variable names while doing analysis, but to write the full variable description in plots.
For examples, it is easier to write
q(''' SELECT PRD_MIN FROM %t''')
, instead of "Period in Minutes", while the latter name is more informative in a pairplot or heatmap.One solution would be to pass a codebook df or csv to the make_population command and have the plots access the codebook instead. However it might also be useful to keep the ability of plotting with labels such as
PRD_MIN
for succint preliminary analyses purposes.The text was updated successfully, but these errors were encountered: