Okay so I was reading up a text file and using .read_csv()
and ended up with this dataframe:
But the problem is that, the im feeling rather rotten...
text is ended up being as a column rather than a dataframe feature, and when I try to rename the column I just end up losing the feature all together, and skipping onto the 2nd value in the dataframe:
EDIT:
This is how I read in the text file.
Any answers, comments are heartfully accepted.