Recently I tried using tabula to parse a table in the pdf that contains no lines within each fields of the table.
This results in a creation of a list that combines all the different fields into one (example of output).
How do i convert this single string into a dataframe so i can manipulate the numbers? Thank you very much