Skip to contents

This helper function processes player data by converting the game_date column to a date object and converting necessary columns to numeric values.

Usage

process_player_measures(player_data)

Arguments

player_data

A data frame containing player stats to be converted to numeric.

Value

A data frame with the game_date column converted to Date and other relevant columns converted to numeric.