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