I am trying to convert this TSV file to CSV like:
df = pd.read_table(f'downloads/Survey.tsv',sep='\t+', header=None)
print(df)
It is giving me following error: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte