data scraping with BeautifulSoup, data manipulation and visualization
Data scraping and visualization with Python.
Data source: Top500 SuperComputer Web site at https://www.top500.org/list/2018/06/
View the page source and inspect the HTML table code for the entries.
Note the fields in the table: Rank, System, Cores, RMax, RPeak, Power.
Using Python with BeautifulSoup, extract the data from the Web site and create a csv dataset containing that data.
[Challenge problem]:
Display summary statistics and visualizations for the Country data.