Question: dframe.drop _ duplicates ( [ ' key 1 ' ] ) will: Select one: a . drop duplicates based on the column 'key 1 '

dframe.drop_duplicates(['key1']) will:
Select one:
a. drop duplicates based on the column 'key1' retaining the first and last values of each duplicate entry.
b. drop duplicates based on the column 'key1' retaining the last value of each duplicate entry.
c. drop duplicates based on the column 'key1' retaining the first value of each duplicate entry.
d. drop duplicates based on the column 'key1' retaining none of the values of each duplicate entry.
 dframe.drop_duplicates(['key1']) will: Select one: a. drop duplicates based on the column

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!