I suggest to you if you want to load your dataset that is in form of text and you want to load that with pandas library , it's better to use this :
name_of_your_variable=pandas.read_table('name_of_your_file.txt')
This loading your dataset in good form and easy to use.