This namespace contains 12 node(s).
Available Nodes
- Arg Max - Returns the label associated with the highest value in a dictionary. dictionary, maximum, lab…
- Combine - Merges two dictionaries, with second dictionary values taking precedence. dictionary, merge, …
- Filter - Creates a new dictionary with only specified keys from the input. dictionary, filter, select …
-
Get Value - Retrieves a value from a dictionary using a specified key. dictionary, get, value, key
U…
- Load CSVFile - Read a CSV file from disk. files, csv, read, input, load, file
-
Make Dictionary - Creates a simple dictionary with up to three key-value pairs. dictionary, create, simple
…
-
Parse JSON - Parses a JSON string into a Python dictionary. json, parse, dictionary
Use cases:
- …
- Reduce Dictionaries - Reduces a list of dictionaries into one dictionary based on a specified key field. dictionary…
-
Remove - Removes a key-value pair from a dictionary. dictionary, remove, delete
Use cases:
- …
-
Save CSVFile - Write a list of dictionaries to a CSV file. files, csv, write, output, save, file
The fi…
-
Update - Updates a dictionary with new key-value pairs. dictionary, add, update
Use cases:
- …
-
Zip - Creates a dictionary from parallel lists of keys and values. dictionary, create, zip
Use…