I tag this question with both excel and python is because I want to explore the possibilities of using either approach (by doing simple copy content from the website and paste it to excel with the right format, or use any python library to extract the content and covert to a dataframe).
I need to copy and paste the below table into excel from https://ndcpartnership.org/climate-tools/ndcs .However, The format I need to have in excel file contains row (all records) and 3 columns include "Country", "Latest Submission" and "Latest submission date" like what I see from the table below.
However, when I select all ,copy the entire table and paste over to excel cell, I only get certain rows of records (all records shown in one column). I have tried to inspect the URL and attempted to use bs4 but I do not see all the info (3 columns I mentioned above) I need from the html structure, so I did not have any code posted in this question. Given this is a one time effort, I want to figure out a way to paste the content in a desired format into excel.
