Use fuzzy matching to remove duplicate album names (including reissues, remasters, etc).
dedupe_album_names(
df,
album_name_col = "album_name",
album_release_year_col = "album_release_year"
)
The original data frame with distinct album_name
rows, keeping as much as
possible the original album release (and not re-releases.)
Data frame with album name
String of field name containing album names
String of field name containing album release year