In the following statement, if column ‘Rollno’ already exists in the DataFrame ‘D1’ then the assignment statement will _____________ D1['Rollno'] = [1,2,3] #There are only three rows in DataFrame D1'
1.Return error
2.Replace the already existing values.
3.Add new column
4.None of the above
Answer:2