@16 Prompt: Program to run a web scrapper and automatically retrieve table data from source website
Prompt: Write a python program that scraps table data from a webpage. Figure out an efficient and accurate way to retrieve table data from the web page which adds more data to the page when the viewer scrolls down the page using the button on the screen. The web page to use is https://www.tradingview.com/etf-screener/. From…