Now that we had some data, we used Jupyter with Python to process it. We combined the three rankings into one by averaging the position of each university in each ranking. Then, we filtered out the universities
conn = tourcms.Connection(marketplace_id, private_key, result_type) Your Marketplace ID and Private Key can be found in the TourCMS Partner Portal. The result type can be one of dict or raw where raw will return the raw XML from the API and dict will return a dictionary of the ...