Python: Filling a dataframe sequentially based on matching ids (inefficient code)
Advertisements Tables and code at the bottom will probs help much more than description. I have a solution that works but think its very inefficient see bottom. Problem: I have two data frames df_1 and df_2 — these dataframes have a match column – match_id df_2 has a date column that I am trying to… Read More Python: Filling a dataframe sequentially based on matching ids (inefficient code)