Re: [Tutor] Concatenating columns via python

2015-07-28 Thread Alan Gauld
On 28/07/15 19:52, Hannah G. McDonald wrote: I extracted a table from a PDF so the data is quite messy > and the data that should be in 1 row is in 3 colums, like so: year color location 1 1997 blue, MD 2green, 3a

[Tutor] Concatenating columns via python

2015-07-28 Thread Hannah G. McDonald
I extracted a table from a PDF so the data is quite messy and the data that should be in 1 row is in 3 colums, like so: year color location 1 1997 blue, MD 2green, 3and yellow SO far my code is below, but I know I am