import file to colab
from google.colab import files
files.upload()
 # run the above code and click on the enabled "Choose Files" button 
import pandas as pd
df = pd.read_csv('your uploades file name.csv') # df is a changable variable 
df.head() # shows first 5 rows