We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, would it be possible to add the player points for starting matches?
It would be an extra field on the fpl players csv. It could be generated as follows:
Either: completed_60_appearances: 5 total_appearances: 6 Or: appearance points: 11
completed_60_appearances: 5 total_appearances: 6
appearance points: 11
You'd generate it depending on whether or not the player completed 60 minutes in the match, which comes from this column:
Obviously the property names could be better but do you think this is something we could add?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey, would it be possible to add the player points for starting matches?
It would be an extra field on the fpl players csv. It could be generated as follows:
Either:
completed_60_appearances: 5 total_appearances: 6
Or:
appearance points: 11
You'd generate it depending on whether or not the player completed 60 minutes in the match, which comes from this column:
Obviously the property names could be better but do you think this is something we could add?
The text was updated successfully, but these errors were encountered: