I want to make a dataframe of this txt file.
I tried changing delimiters or using multiple seperators or quoting csv.QUOTE_NONE, but can't read this file. please help.
df = pd.read_csv('../sort.txt', delimiter=',', header=None, quoting=csv.QUOTE_NONE, encoding='utf-8')
df