I have a Class that 1) goes to a url 2) grabs a link from that page, and a date (filing_date) 3) navigates to the link, and 4) writes the table from that page to a dataframe.:
- goes to a url
- grabs a link from that page, and a date (
filing_date) - navigates to the link, and
- writes the table from that page to a dataframe.