James LeDoux

Results 3 comments of James LeDoux

I've tried to make this. The best I could do was a pretty clunky process of scraping gameday XML data to get the play id used in baseball savant's video...

Based purely on readability and being least annoying to write, I like Google's style ```python """ This is an example of Google style. Args: param1: This is the first param....

I've seen variations on the Google format that specify that, e.g. for a toy example: ``` Args: df: DataFrame. A Pandas DataFrame containing Statcast events min_exit_velocity: float. The minimum exit...