Importing and exporting data between pandas and CSV file.
To create and open a data frame using ‘Student_result.csv’ file using Pandas.
To display row labels, column labels data types of each column and the dimensions
To display the shape (number of rows and columns) of the CSV file.