-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
basic_info_dt <- merge(
basic_details_dt,
contract_info_dt,
by = c("player_name", "jersey_number")
)Data Preview:
player_name jersey_number age birth_date birthplace nationality shoots
1 MATHIEU OLIVIER 24 27 Feb. 11, 1997 Biloxi, Mississippi, United States United States Right
height_imperial height_metric weight_imperial weight_metric elc_signing_age waivers_age drafted
1 6'2" 188cm 210 lbs 95kg 22 22 Undrafted
drafted_overall drafted_round drafted_by
1 - - -
Warning message:
In max(nchar(names(col_types))) :
no non-missing arguments to max; returning -Inf
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working