I have a word document that is a standard template used for our wider meetings. There are two columns in my word document, First Column has all the headers second column holds the actual details of that. I have attached a screenshot of the same to show the structure of the word document.
I would now like to extract the text from both of the columns using python and store them in a dataframe. The resultant dataframe should look like the following:
Title In Force? Date Who attended the event?
Test Yes 03/10/1999 X, Y
How can I achieve this?
Here is the parser from
abdulsaboor'sanswer:Then:
Out:
Note: If you have multiple tables in doc you can use this: