How to crawl such data from the web and turn it into DataFrame in Python? Do I have to use Selenium to do so? Or is BeautifulSoup enough to crawl it?
My objective is that for website https://data.eastmoney.com/executive/000001.html, when you scroll down you will find a big table
and I want to turn it into a DataFrame in Python. Is BeautifulSoup enough to do so? Or do I have to use Selenium?