Www.mystudyzone.com

Consider the following DataFrame. import pandas as pd. import numpy as np. d1={'Sal':[50000,60000,55000],'bonus':[3000,4000,5000]} df1=pd.DataFrame(d1) ... (1 mark for correct definition of CSV ,1 mark for correct opening of csv file in read mode, 1m ark for csv.reader() command and 1 mark for printing content of csv file) ... ................
................