I use y_train_df = pd.read_table(\'y_train.txt\') to read my txt train file, but it can only be read like this,
y_train_df = pd.read_table(\'y_train.txt\')
5 0 5 1 5 2 5 3