python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to populate rows based on the number required in google sheet?
Hi all,
I want to use a formula to duplicate the department name based on the number of employee in the department. For example. there are 2 employee in Finance department, so the formula will duplic...
weizer
Votes: 0
Answers: 2
replace and remove duplicate rows using ifelse
I have a data frame of postcodes with a regional/metro classification assigned. In some instances, due to the datasource, the same postcode will occur with both a regional and metro classification.
...
bambi
Votes: 0
Answers: 2
How to Remove Duplicate with precedence of a particular field in mysql select query?
I've a mysql query which returns few records with duplicates. I need to get the unique record when both "Success" and "Error" exist in mysql result set and it should consider only ...
Partha
Votes: 0
Answers: 1
Find duplicate values inside an array of objects in MongoDB in single record
I'm new to making queries in Mongo. I have this single record and I need to find the sections with the same link.
My record:
{
"_id" : ObjectId("1234"),
"name": &...
Juan Manuel
Votes: 0
Answers: 2