Updated 6 months ago

rdhs • Rank 6.5 • Science 59%

API Client and Data Munging for the Demographic and Health Survey Data

Updated 6 months ago

@stdlib/utils-omit-by • Rank 2.7 • Science 44%

Return a partial object copy excluding properties for which a predicate (function) returns a truthy value.

Updated 6 months ago

@stdlib/utils-pick-by • Rank 2.2 • Science 44%

Return a partial object copy containing properties for which a predicate (function) returns a truthy value.

Updated 6 months ago

@stdlib/array-base-mskreject-map • Rank 1.6 • Science 44%

Apply a mask to a provided input array and map the unmasked values according to a callback function.

Updated 6 months ago

array-base-mskfiltern • Science 44%

Apply a mask to one or more provided input arrays in a single pass.

Updated 6 months ago

etymdb • Science 44%

[LREC 2020] EtymDB, an Etymological DataBase (v2.1)

Updated 6 months ago

ndarray-filter-map • Science 44%

Filter and map elements in an input ndarray to elements in a new output ndarray according to a callback function.

Updated 6 months ago

ndarray-reject • Science 44%

Return a shallow copy of an ndarray containing only those elements which fail a test implemented by a predicate function.

Updated 6 months ago

@stdlib/array-base-where • Science 44%

Take elements from either one of two arrays depending on a condition.

Updated 6 months ago

@stdlib/array-base-take-map • Science 44%

Take elements from an array and return a new array after applying a mapping function.

Updated 6 months ago

ndarray-filter • Science 44%

Return a shallow copy of an ndarray containing only those elements which pass a test implemented by a predicate function.

Updated 6 months ago

array-base-take-indexed2 • Science 44%

Take elements from two indexed arrays in a single pass.