API Client and Data Munging for the Demographic and Health Survey Data
Return a partial object copy containing only specified keys.
Return a partial object copy excluding specified keys.
Take elements from an indexed array.
Extract a property value from each element of an object array.
Return a new array by applying a mask to a provided input array.
Map keys from one object to a new object having the same values.
Take elements from an array.
Convert the first letter of each object key to uppercase.
Extract a nested property value from each element of an object array.
Convert the first letter of each object key to lowercase.
Map values from one object to a new object having the same keys.
Convert each object key to lowercase.
Take elements from a two-dimensional nested array.
Return a partial object copy excluding properties for which a predicate (function) returns a truthy value.
Take elements from a three-dimensional nested array.
Return a partial object copy containing properties for which a predicate (function) returns a truthy value.
Apply a mask to a provided input array and map the unmasked values according to a callback function.
Convert each object key to uppercase.
Apply a mask to one or more provided input arrays in a single pass.
[LREC 2020] EtymDB, an Etymological DataBase (v2.1)
Filter and map elements in an input ndarray to elements in a new output ndarray according to a callback function.
Return a shallow copy of an ndarray containing only those elements which fail a test implemented by a predicate function.
Take elements from either one of two arrays depending on a condition.
Apply a mask to a provided input array.
Take elements from an array and return a new array after applying a mapping function.
Return a shallow copy of an ndarray containing only those elements which pass a test implemented by a predicate function.
Take elements from two indexed arrays in a single pass.