I'm trying to write a Pandas data frame to a csv with '€' as a delimiter.
data.to_csv(file_path, sep = '€')
however, I get the error:
TypeError: "delimiter" must be an 1-character string
How can I overcome this issue? I must use the euro sign as a delimiter