while running the following code I found an error as shown below
data= pd.read_csv("Filtered Data.csv", sep='', encoding='latin-1')
Error shown: ValueError: only single character unicode strings can be converted to Py_UCS4, got length 0
How to get rid of this error?