| add |
Add object to array of dictionaries. |
| apply_function |
Apply function to array of dictionaries |
| csv_dictwriterows |
Write array of dictionaries to csv file
with function dictwriterows. |
| dic_found_with_empty_value |
Return True or raise an exception if the arr.
of dicts. contains a dict. with empty value
and the execption switch is True. |
| extend_if_not_empty |
Extend array of dicts. with non empty dict. |
| join_aod |
Join elements of array of dicts. |
| merge_dic |
Merge elements of array of dicts. |
| nvl |
Replace empty array of dicts. |
| pd_to_csv |
Write array of dicts. to csv file with pandas. |
| pl_to_csv |
Write array of dicts. to csv file with polars. |
| put |
Write transformed array of dicts. to a csv
file with a selected I/O function. |
| sh_doaod_split_by_value_is_not_empty |
Converted array of dicts. to array of arrays
dict. by using conditional split |
| sh_dod |
Convert array of dicts. to dict. of dicts. |
| sh_key_value_found |
Show True if an element exists in the array of
dicts. which contains the key, value pair |
| sh_unique |
Deduplicate arr. of dicts. |
| split_by_value_is_not_empty |
Split arr. of dicts. by the condition "the
given key value is not empty". |
| to_aoa |
Convert array of dictionaries to array of
arrays controlled by key- and value-switch. |
| to_aoa of_keys_values |
Convert arr. of dicts. to arr. of arrays usin
keys of any dict. and values of all dict. |
| to_aoa of_values |
Convert arr. of dicts. to arr. of arrays
using values of all dict. |
| to_aoa of_key_values |
Convert array of dicts. to array using dict.
values with given key. |
| to_doaod_by_key |
Convert array of dics. to dict. of arrays of
dicts. using a key. |
| to_dic_by_key |
Convert array of dicts. to dict. of dicts
using a key |
| to_dic_by_lc_keys |
Convert array of dicts. to dict. of arrays
using 2 lowercase keys. |
| to_unique_by_key |
Convert array of dicts. to array of dicts by |
| sh_unique |
by selecting dictionaries with ke. |
| write_xlsx_wb |
Write array of dicts. to xlsx workbook. |