| |
- align(dicts)
- Returns a transformation of the given list of dictionaries in which all
dictionary entries have identical fields (with None values assigned for
those fields that did not previously exist).
- filter(dicts, filters)
- Returns a subset of the given entries in dicts (a list of dictionaries)
for which the fields specified in the filters dictionary have the
corresponding values.
- parseStrValue(strValue)
- Returns a parsed version of the given string respresentation of a
primitive value into a logical, numeric, or string value.
|