Forum Discussion
DanTaylor
Mar 01, 2023Copper Contributor
Data Extraction
My end goal is to use this data and automatically produce a weekly summary to say "week beginning the 20/03/23, rooms ___ are due for completion at the stage QA3-6 and rooms ___ are due for com...
RayLee50
Apr 12, 2023Copper Contributor
Hey there! Data extraction can be a game-changer for automating tasks like producing weekly summaries. One approach could be to use web scraping techniques to extract data with the help of https://www.nannostomus.com/ and store it in a tabular format. Then, you can use scripting or programming languages like Python to process the extracted data and generate the weekly summary you mentioned. You can leverage libraries like BeautifulSoup or Scrapy for web scraping and Pandas for data manipulation. With a little bit of coding, you can save yourself from manually going through the dates and have a neat and automated solution in no time! Good luck!