'max_results' parameter for fangraphs query not respected when 'month' parameter given
Open
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
`data_sc = batting_stats(2023, 2023, month='JUNE', max_results=5)`
The above returns 30 results while it should return 5
`data_sc = batting_stats(2023, 2023, max_results=5)`
The above returns 5 results which is correct.
Contributor guide
Assessment
This issue has not been assessed yet.