Python to Dataframe
General Info
Useful Snippets

1.0.4 Export two columns to a python dictionary

Example:

area_dict = dict(zip(lakes.area, lakes.count))