owid-grapher
owid-grapher copied to clipboard
✨ (grapher) pull in data types from metadata
[!NOTE]
Wait for #3362 to be merged into master.
- Indicator metadata comes with types
- Up until now, Grapher has been ignoring type information and marked every column as mixed type
- This PR pulls in the metadata type information into Grapher by setting the appropriate column type
- Open question: Should we split
Numeric
intoInteger
andFloat
?