python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Fill the NAs values in a dataframe based on calculation of columns in other dataframe
I have 2 dataframes. The RP and the RP2. My goal is to fill the NAs of RP columns Country_1 and Country_2 based on the conditions below:
1.If a cell of RP has already value leave it as it is.
2.If it ...
firmo23
Votes: 0
Answers: 1