==Retrieve Data from URLS Generated==
We wrote a web crawler that
# reads in the csv file into a pandas dataframe
# changes the urls by -- replacing ''?c=companyprofile&'' with ''companyprofile?'' and appending the domain http://exchange.inbia.org/network/findacompany to each url
# open each url and extract information using element tree parser
# write information for each url to csv file
This crawler is called inbia_scrape.py and it is located in E:\projects\Kauffman Incubator Project\01 Classify entrepreneurship ecosystem organizations\INBIA