-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Sprint Races #59
Conversation
Good job. I will test the code later in the day to ensure everything works fine. |
Great work on submitting neat and functional code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to recommend one small change though. The data you are returning in the function is missing some of the columns returned by the API, such as:
- Number
- Laps
- Grid
- Time
- Points
We should have this data returned in your function since users may need these attributes when performing any data analysis tasks with our package.
Okay adding them |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! Thank you for contributing 😄
Thanks man. |
Description
Added feature for getting the sprint qualifying results by adding sprint_results method.
Related Issue(s)
Fixes #52
User-facing Changes
Screenshots (If necessary)