MLB Stats
create_bb_profile_plot
Plots a given StatCast parameter split by bb_type Args: df: (pandas.DataFrame) pandas.DataFrame of StatCast batter data (retrieved through statcast, statcast_batter, etc) parameter: (str), default = 'launch_angle' Optional: Parameter to plot
Remote etweisberg/mlb-mcp
Other tools also called create_bb_profile_plot?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"data": {
"type": "object",
"title": "Data",
"additionalProperties": true
},
"parameter": {
"type": "string",
"title": "Parameter",
"default": "launch_angle"
}
}
}