π Remove None From ListΒΆ
Note
ID: processors.remove_none_from_list | Type: PostProcess
{
"__type__": "post_process",
"operator": {
"__type__": "remove_values",
"unallowed_values": [
"none"
]
}
}
Explanation about RemoveValuesΒΆ
Removes elements in a field, which must be a list, using a given list of unallowed.
- Args:
unallowed_values (list) - values to be removed.
Read more about catalog usage here.