python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Filling NA based on match from other column
Hi I am attempting to fill NAs of one column based on the unique value of another column.
Here is an example of the df I am working with:
CompanyID
CompanyName
34
Company1
NaN
Company1
NaN...

thebearjew24
Votes: 0
Answers: 0
PSM in R with specific lines
to get matched pairs due to PSM ("Matchit"-Package and Method = full) i need to specifiy my command for my longitudinal data frame. Every Case has several obeservations but i only need the f...
Simon Dach
Votes: 0
Answers: 1
Match multiple strings by similarity or by dissimilarity (python)
Say you have a list of strings of the same length. You want to match every string with say 1 or 2 other strings that are most similar (sharing the same character at the same position) or least similar...

Zhannie
Votes: 0
Answers: 2
Regex to match addresses of Street 123 format
Streets in Greece have the format Street 123 and I need a Java Regex to match it. The regex I came up with looks correct to me, it's not working though and I am not really an expert on regex. Someone ...

laegirl
Votes: 0
Answers: 2