#import definitions import pandas as pd df = pd.read_csv('Map-City-State-Zip-Lat-Long.txt', dtype=str, sep=';') st.print(df)