To be used on a list of data frames representing various NBA seasons.
Consolidates the data frames by performing joins using full_join
, ensuring that only unique
columns from each data frame are included in the final result. It removes any columns that
already exist in the preceding data frames.