Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 411 Bytes

exercise3.md

File metadata and controls

10 lines (8 loc) · 411 Bytes

CSV/Excel Exercise 3

  1. Read the Excel file into your Python program.
  2. Parse the data to create an output that contains a list of all IP addresses at each site. Your output should look similar to the following:
{'AMS': {'arista2': '203.0.113.5', 'iosxr1': '203.0.113.207'},
 'SEA': {'arista1': '203.0.113.1', 'cisco3': '203.0.113.123'},
 'SFO': {'nxos1': '203.0.113.11', 'srx2': '203.0.113.194'}}