In the following statement, if column ‘Rollno’ already exists in the DataFrame ‘D1’ then the assignment statement will __________ D1['Rollno'] = [1, 2] #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
Posted Date:-2021-12-13 09:49:40