Question: dframe.drop _ duplicates ( [ ' key 1 ' ] ) will: Select one: a . drop duplicates based on the column 'key 1 '
dframe.dropduplicateskey will:
Select one:
a drop duplicates based on the column 'key retaining the first and last values of each duplicate entry.
b drop duplicates based on the column 'key retaining the last value of each duplicate entry.
c drop duplicates based on the column 'key retaining the first value of each duplicate entry.
d drop duplicates based on the column 'key retaining none of the values of each duplicate entry.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
