Skip to content
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

Merged
merged 5 commits into from
Oct 6, 2022
Merged

Added Sprint Races #59

merged 5 commits into from
Oct 6, 2022

Conversation

AdityaKeshan
Copy link
Contributor

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)

@alec-kr
Copy link
Owner

alec-kr commented Oct 6, 2022

Good job. I will test the code later in the day to ensure everything works fine.

@alec-kr
Copy link
Owner

alec-kr commented Oct 6, 2022

Great work on submitting neat and functional code.

Copy link
Owner

@alec-kr alec-kr left a 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.

@AdityaKeshan
Copy link
Contributor Author

Okay adding them

@alec-kr alec-kr added the hacktoberfest Issue for hacktoberfest participants label Oct 6, 2022
f1pystats/f1pystats.py Outdated Show resolved Hide resolved
Copy link
Owner

@alec-kr alec-kr left a 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 😄

@alec-kr alec-kr added hacktoberfest-accepted Hacktoberfest PR has been accepted and removed hacktoberfest Issue for hacktoberfest participants labels Oct 6, 2022
@alec-kr alec-kr merged commit e478b78 into alec-kr:main Oct 6, 2022
@AdityaKeshan
Copy link
Contributor Author

Thanks man.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Hacktoberfest PR has been accepted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add sprint qualifying results
2 participants