Skip to contents

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

Usage

process_team_measures(team_data)

Arguments

team_data

A data frame containing team 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.