mboyas-mitre / GrowthViz

Visualization tools for working with growth data processed by growthcleanr
Apache License 2.0
0 stars 0 forks source link

combined.age does not exist #16

Open mboyas-mitre opened 3 years ago

mboyas-mitre commented 3 years ago

https://github.com/mboyas-mitre/GrowthViz/blob/7ababcad6dd008e326bb88575df6674fbbec88e8/GrowthViz-adults.ipynb#L3147

This cell fails because combined.age does not exist. Should it be agedays? Or do you need to run something like combined["age"] = combined["agedays"] / 365