Add Detailed Information for game_id Parameter in parameters.md #457
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds detailed information for the game_id parameter in the parameters.md file. The game_id parameter is frequently used throughout the nba_api library, but it previously lacked detailed documentation. The following updates have been made:
Pattern for game_id:
Explained the significance of the third digit in the game_id, which functions as a flag indicating the type of season:
1: Preseason game
2: Regular season game
3: All-Star weekend game
4: Playoff game
5: Play-in game
Included examples to illustrate the format and the significance of the third digit:
Version:
This update is for version 1.5.0.
Please let me know if there are any additional changes or improvements needed for this documentation update.
Thank you for your time and consideration in reviewing this PR.