I am trying to join two dataframe one is data for choropleth with postcode and some other value in it another one is postcode and price.
I am trying to join both of them according to correspond postcode in map_df.
After I joined them, the prices are gone and all become NaN. How can I fix this?