A Python script to scrape data from Wikipedia, extracting a list of the largest U.S. companies by revenue.
Features Scrapes company data including rank, name, industry, revenue, employees, and headquarters. Uses BeautifulSoup and pandas to process and save the data. Exports the data to a CSV file.