You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Population Data
Importing data files from external source in Python
CSV Another way to create a DataFrame is by importing a csv file using pd.read_csv
csv_df = pd.read_csv ('Data/2006.csv' )
csv_df