//first thing you need to know how it can be write df = pd.read_csv("test.cvs) df.head() # head() function is to show first 4 rows of your dataset // through this syntax you can see output of your csv file just like excel file.