Exclude Nones
This function block is designed to filter out None
values from a provided list of data. It simplifies data handling by ensuring that the output only contains valid entries.
đĨ Inputs
Data List
This input accepts a list of various data elements, which may include None
values.
đ¤ Outputs
Filtered Data List
This output provides the list obtained after removing all None
values from the input data list.
đšī¸ Controls
This function block does not include additional controls as it operates directly on the input data.
đ¨ Features
Automatic Filtering
The block automatically processes the input list to exclude any None
values, ensuring the output dataset is clean and usable.
đ Usage Instructions
Connect Data Source: Connect any function block that produces a list of data to the
Data List
input.Evaluate: Run the block to obtain the filtered list, which excludes any
None
values.
đ Evaluation
When executed, this function block outputs a list that consists only of valid data entries, providing a more reliable dataset for subsequent processing.
đĄ Tips and Tricks
đ ī¸ Troubleshooting
Last updated
Was this helpful?