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 |
|