import pandas as pd # Read file and set row number(s) to use as the column name(s) df = pd.read_csv('file.csv', header = 0) # Display DataFrame print(df)