nesticot commited on
Commit
eba64c2
·
verified ·
1 Parent(s): e3c3ccc

Update functions/pitch_summary_functions.py

Browse files
functions/pitch_summary_functions.py CHANGED
@@ -1111,8 +1111,8 @@ def stat_summary_table(df: pl.DataFrame,
1111
  ax: plt.Axes,
1112
  split: str,
1113
  game_type: list,
1114
- start_date_input:str,
1115
- end_date_input:str):
1116
  """
1117
  Create a summary table of player statistics.
1118
 
 
1111
  ax: plt.Axes,
1112
  split: str,
1113
  game_type: list,
1114
+ start_date_input:str = None,
1115
+ end_date_input:str = None):
1116
  """
1117
  Create a summary table of player statistics.
1118