First page
Back
Continue
Last page
Overview
Graphics
Existing column as Index
city_frame = pd.DataFrame(cities,
columns=[
"name"
,
"population"
],
index=city_frame[
"country"
])