so I am trying to merge these dataframe, therefore as a table with name / proportion / degree_length
but the condition is that I will only use the rows which they share same name.
How should I code this? Thank you
so I am trying to merge these dataframe, therefore as a table with name / proportion / degree_length
but the condition is that I will only use the rows which they share same name.
How should I code this? Thank you