argopy.ArgoIndex.query.profiler_label#
- ArgoIndex.query.profiler_label(profiler_label: str, nrows=None, composed=False)#
Search index for profiler types with a given string in their long name
Will search for string occurrences in the preferred label of Argo reference table 8.
- Parameters:
profiler_label (str, list(str)) – The string (not exact) to be found in profiler preferred labels.
- Return type:
Examples
from argopy import ArgoIndex idx = ArgoIndex() idx.query.profiler_label('ARVOR')
from argopy import ArgoNVSReferenceTables valid_labels = ArgoNVSReferenceTables().tbl(8)['prefLabel']
See also