Re: [Tutor] Concatenating columns via python
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
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