I have 2 pandas Dataframes as follows.
DF1:
Security ISIN
ABC I1
DEF I2
JHK I3
LMN I4
OPQ I5
and DF2:
ISIN Value
I2 100
I3 200
I5 300
I would like to end up with a third dataframe looking like this:
DF3:
Security Value
DEF 100
JHK 200
OPQ 300