Mapping age/date of birth of IDs in one excel to the same IDs in another
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Vijay
el 14 de Sept. de 2020
Comentada: Vijay
el 14 de Sept. de 2020
Hi
I have two excel files:
one file with several IDs (no repeats) with their age/DOB information.
Another file with the same IDs (with and without repeats) without age/DOB information.
Two of such files are attached for a reference.
How can I incorporate the age information from age.xlsx into the NoAge.xlsx mapping the IDs?
Thanks in advance.
0 comentarios
Respuesta aceptada
Image Analyst
el 14 de Sept. de 2020
Maybe readtable() and join them with innerjoin(), outerjoin() or join()?
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Import from MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!