jldbc / jldbc/pybaseball

'max_results' parameter for fangraphs query not respected when 'month' parameter given

Open
#367 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.