Some datasets have concatenated categories that you want to blow out in to multiple categories. Need something that explodes the categories "dog;cat;bird" -> "dog", "cat", "bird"
Some datasets have concatenated categories that you want to blow out in to multiple categories.
Need something that explodes the categories
"dog;cat;bird" -> "dog", "cat", "bird"