python - How to compare rows in order to fill missing values in pandas -


i have dataframe 10 fields. in 10th field there missing data, , need fill them.

so let's row, row-a, have 10th field empty. if there row-b such fields 3 7 row-a , row-b have same values, want copy value @ 10th field of row-b 10th field of row-a. , don't know how it.


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -