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 Listinput.Evaluate: Run the block to obtain the filtered list, which excludes any
Nonevalues.
📊 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?