How to replace multiple column values based on another table’s column where each table has a common column value using R
I have a large table (original_df
) which includes 10+ columns and 1000+ rows. One of those columns (street_column
) lists street intersections. Another column (coordinates_column
) lists a combined latitude and longitude coordinate. The street_column
row values can have many duplicates.