In the Example.txt file here, there are two words. "closed containers". When I try to copy and paste this into a word document there is a carriage return between the "a" and the "i" so it comes out as the following:
instead of:
closed containers.
This also occurs when copying into excel, it makes two cells stacked on top of each other like this
This problem is persistent throughout a larger .txt file, but this is just an example. In notepad, if I highlight the "ai" in containers and copy and paste it into find and replace and replace it with a typed "ai", then that fixes the problem, but this isn't feasible with the larger text file.
I'm trying to use pandas to get a dataframe with this data, but with these fake carriage returns, they are creating new rows.