Question: Go to the Top500 SuperComputer Web site at https://www.top500.org/list/2017/06/ View the page source and observe the HTML table code for the entries. Note the fields
Go to the Top500 SuperComputer Web site at https://www.top500.org/list/2017/06/
View the page source and observe the HTML table code for the entries. Note the fields in the table: Rank, Site, System, Cores, RMax, RPeak, Power Using Python with BeautifulSoup, extract the data from the Web site and create a csv dataset containing that data. Then, using R, explore the dataset, producing summary statistics for Cores, RMax, RPeak, and Power.
Is there a relationship between Cores and TFlop/s?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
