This namespace contains 35 node(s).

Available Nodes

  • Append - Adds a value to the end of a list. list, add, insert, extend

    Use cases:

    • Grow a lis…
  • Average - Calculates the arithmetic mean of a list of numbers. list, average, mean, aggregate, math

  • Chunk - Splits a list into smaller chunks of specified size. list, chunk, split, group

    Use cases…

  • Dedupe - Removes duplicate elements from a list, ensuring uniqueness. list, unique, distinct, deduplic…
  • Difference - Finds elements that exist in first list but not in second list. list, set, difference, subtra…
  • Extend - Merges one list into another, extending the original list. list, merge, concatenate, combine …
  • Filter Dicts - Filter a list of dictionaries based on a condition. list, filter, query, condition

    Basic…

  • Filter Dicts By Number - Filters a list of dictionaries based on numeric values for a specified key. list, filter, dic…
  • Filter Dicts By Range - Filters a list of dictionaries based on a numeric range for a specified key. list, filter, di…
  • Filter Dicts By Value - Filters a list of dictionaries based on their values using various criteria. list, filter, di…
  • Filter Dicts Regex - Filters a list of dictionaries using regular expressions on specified keys. list, filter, reg…
  • Filter None - Filters out None values from a list. list, filter, none, null

    Use cases:

    • Clean dat…
  • Filter Number Range - Filters a list of numbers to find values within a specified range. list, filter, numbers, ran…
  • Filter Numbers - Filters a list of numbers based on various numerical conditions. list, filter, numbers, numer…
  • Filter Regex - Filters a list of strings using regular expressions. list, filter, regex, pattern, text

  • Filter Strings - Filters a list of strings based on various criteria. list, filter, strings, text

    Use cas…

  • Flatten - Flattens a nested list structure into a single flat list. list, flatten, nested, structure

  • Generate Sequence - Iterates over a sequence of numbers. list, range, sequence, numbers
  • Get Element - Retrieves a single value from a list at a specific index. list, get, extract, value

    Use …

  • Intersection - Finds common elements between two lists. list, set, intersection, common

    Use cases: …

  • Length - Calculates the length of a list. list, count, size

    Use cases:

    • Determine the number…
  • List Range - Generates a list of integers within a specified range. list, range, sequence, numbers

    Us…

  • Map Field - Extracts a specific field from a list of dictionaries. list, map, field, extract, pluck

  • Maximum - Finds the largest value in a list of numbers. list, max, maximum, aggregate, math

    Use ca…

  • Minimum - Finds the smallest value in a list of numbers. list, min, minimum, aggregate, math

    Use c…

  • Product - Calculates the product of all numbers in a list. list, product, multiply, aggregate, math

  • Randomize - Randomly shuffles the elements of a list. list, shuffle, random, order

    Use cases:

  • Reverse - Inverts the order of elements in a list. list, reverse, invert, flip

    Use cases:

    • Re…
  • Save List - Saves a list to a text file, placing each element on a new line. list, save, file, serialize …
  • Select Elements - Selects specific values from a list using index positions. list, select, index, extract

  • Slice - Extracts a subset from a list using start, stop, and step indices. list, slice, subset, extra…
  • Sort - Sorts the elements of a list in ascending or descending order. list, sort, order, arrange

  • Sum - Calculates the sum of a list of numbers. list, sum, aggregate, math

    Use cases:

    • Cal…
  • Transform - Applies a transformation to each element in a list. list, transform, map, convert

    Use ca…

  • Union - Combines unique elements from two lists. list, set, union, combine

    Use cases:

    • Merg…