basic_data_handling
Description unavailable.
Included nodes
Basic/BOOLEAN
- and
- and (generic)
- nand
- nor
- not
- or
- or (generic)
- xor
Basic/cast
- to BOOLEAN
- to DICT
- to FLOAT
- to INT
- to LIST
- to SET
- to STRING
Basic/comparison
- !=
- <
- <=
- ==
- >
- >=
- compare length
- is null
- string compare
Basic/Data List
- all
- any
- append
- convert to LIST
- convert to SET
- create Data List
- create Data List from BOOLEANs
- create Data List from FLOATs
- create Data List from INTs
- create Data List from STRINGs
- create Data List of Lists
- enumerate
- extend
- filter
- filter select
- first
- last
- max
- min
- pop random
- range
- shuffle
- sum
Basic/DICT
- compare
- contains key
- create DICT
- create DICT from BOOLEANs
- create DICT from FLOATs
- create DICT from INTs
- create DICT from STRINGs
- create from items (data list)
- create from items (LIST)
- create from LISTs
- exclude keys
- filter by keys
- from keys
- get
- get keys values
- get multiple
- invert
- items
- keys
- length
- merge
- pop
- pop item
- pop random
- remove
- set
- setdefault
- update
- values
Basic/FLOAT
- add
- create FLOAT
- divide
- divide (zero safe)
- from hex
- integer ratio
- is integer
- multiply
- power
- round
- subtract
- to hex
Basic/flow control
- continue flow
- flow select
- force calculation
- force execution order
- if/elif/.../else
- if/else
- is connected
- switch/case
Basic/INT
- add
- bit count
- bit length
- create INT
- divide
- divide (zero safe)
- from bytes
- modulus
- multiply
- power
- subtract
- to bytes
Basic/LIST
- append
- contains
- convert to Data List
- convert to SET
- count
- create LIST
- create LIST from BOOLEANs
- create LIST from FLOATs
- create LIST from INTs
- create LIST from STRINGs
- extend
- first
- get item
- index
- insert
- last
- length
- max
- min
- pop
- pop random
- range
- remove
- reverse
- set item
- shuffle
- slice
- sort
Basic/maths
- abs
- acos
- asin
- atan
- atan2
- ceil
- cos
- degrees
- e (2.71828)
- exp
- floor
- formula
- log
- log10
- max
- min
- pi (3.14159)
- radians
- sin
- sqrt
- tan
Basic/SET
- add
- all
- any
- contains
- convert to Data List
- convert to LIST
- create SET
- create SET from BOOLEANs
- create SET from FLOATs
- create SET from INTs
- create SET from STRINGs
- difference
- discard
- enumerate
- intersection
- is disjoint
- is subset
- is superset
- length
- pop
- pop random
- remove
- sum
- symmetric difference
- union
Basic/STRING
- capitalize
- casefold
- center
- concat
- count
- endswith
- escape
- expandtabs
- find
- format_map
- in (contains)
- join (from data list)
- join (from LIST)
- length
- ljust
- lower
- lstrip
- removeprefix
- removesuffix
- replace
- rfind
- rjust
- rsplit (from data list)
- rsplit (from LIST)
- rstrip
- split (to data list)
- split (to LIST)
- splitlines (from data list)
- splitlines (to LIST)
- startswith
- strip
- swapcase
- title
- unescape
- upper
- zfill
Basic/STRING/is
- isalnum
- isalpha
- isascii
- isdecimal
- isdigit
- isidentifier
- islower
- isnumeric
- isprintable
- isspace
- istitle
- isupper
Basic/STRING/regex
- find all (data list)
- find all (LIST)
- search groups (data list)
- search groups (LIST)
- search named groups
- split (data list)
- split (LIST)
- substitute
- test
Basic/tensor
- Tensor Binary Op
- Tensor Create
- Tensor Info
- Tensor Join
- Tensor Permute
- Tensor Reshape
- Tensor Slice
- Tensor Unary Op
Basic/time
- Add Time Delta
- Create Time Delta
- Extract Time Components
- Format Time String
- Parse Time String
- Subtract Time Delta
- Time Difference
- Time Now
- Time Now (UTC)
- Time to Unix Timestamp
- Unix Timestamp to Time