hello below i have written a code that uses pandas lib to open tsv file but after running the head view function i can not view as it was expected.
below i am attaching the resulted text and also the text in excel and sublime from which i can confirm the tab is seprated delimiter.
data = pd.read_csv(data_path, sep='t')
print(data.head())