researchdatapod.com
How to Solve Python ValueError: empty separator
If you pass an empty string to the str.split() method, you will raise the ValueError: empty separator. If you want to split a string into characters you can use list comprehension or typecast the s…