csvbase is a website for hosting table data. Exporting this table to pandas is dead easy, run:
import pandas as pd; stock_exchanges = pd.read_csv("https://csvbase.com/meripaterson/stock-exchanges")
Column name | Column type | Column value |
---|---|---|
Row ID | integer | 5 |
Continent | string | North America |
Country | string | United States of America |
Name | string | Delaware Board of Trade |
MIC | string | <NA> |
Last changed | date | 2018-04-02 |