Andaconda
token = "your token here" #windows
! echo 'token=YOUR_API_TOKEN' > ~/.data.world #mac
client = DataDotWorld(token = "YOUR_API_TOKEN") # windows
query = client.query(dataset='nrippner/my-dataset-2',
query='select Metropolitan from names')
msadf = query.as_dataframe()