I have two data sets with policy numbers:
- df_only1['Policy_no']
- df_only2['Policy_no']
I want to append the policy numbers into one dataset: df_relevant_pols['Policy_no'] keeping the dataformat (string although they are numerical) and the column name so that I can then later access the list with isin(df_relevant_pols['Policy_no']).