Re: Concatenating columns via Python
On 2015-07-28 19:50, hannahgracemcdonal...@gmail.com 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, 3
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