Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Build a lookup association from data to its interpretation
ResourceFunction["BuildInterpretationLookup"][assocs,key,itype] returns an association from the values with key key in assocs to their interpretation by itype. | |
ResourceFunction["BuildInterpretationLookup"][assocs,key,itype, preproc] returns a lookup association after applying preproc to the values. |
Build a look-up Association for the "Location" key of the given associations:
In[1]:= |
Out[1]= |
If an interpretation cannot be found, it will be mapped to Missing:
Out[1]= |
Preprocessing functions can be used to handle awkward cases:
In[2]:= |
Out[2]= |
In[3]:= |
Out[3]= |
Many datasets, particularly those distributed as single comma-separated tables, have the same data in a particular field over and over:
In[4]:= |
Out[4]= |
In[5]:= |
Out[5]= |
In[6]:= |
Out[6]= |
This work is licensed under a Creative Commons Attribution 4.0 International License