To find duplicate value in a multiarray dataset without using library | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

To find duplicate value in a multiarray dataset without using library

I have a multiarray dataset in which i have to find a duplicate values in an column using functions Example def duplicatevalue(dataset,index): #index refers to column and dataset is the data input #i have to write a code which returns number of duplicate values and what are those values in that column Code is to be written in python

15th May 2020, 8:43 AM
Anurag Jain
Anurag Jain - avatar
2 Answers
0
Anurag Jain Don't ask for code. First try self.
15th May 2020, 9:31 AM
A͢J
A͢J - avatar
0
I tried to write the code
17th May 2020, 7:17 AM
Anurag Jain
Anurag Jain - avatar