Scraping-the-Trading-Summary-of-Netflix-from-Yahoo-Finance
This project describes how to scrape the trading summary of any company, in this case study, Netflix, Inc. (NFLX), form the Yahoo Finance webpage. The scraping was done with Python's requests and BeautifulSoup libraries. The data scraped was then converted into a DataFrame using pandas.