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

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -