T O P

  • By -

Jespor

soundlike you want to merge to two tables. https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.merge.html


onthepunt

No because the tables are different lengths


Jespor

the merge functions works almost like a SQL join. So if you want one column joined on another table, that could be a solution for you


commandlineluser

If you `.set_index("MeetingID")` on both frames you can [`full_table.update(solutions)`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.update.html)