I’m trying to use the pandas read_html() function to scrape data but need to pass in a username and password
I’m somewhat new to programming. The basic idea is that I’m working on a project and need to send a request to a website and scrape some data from it. However, the website I’m trying to retrieve data from requires a subscription (in the form of a username and password) to access it.
Sending a request without the details does not work.