Skip to content

Soccer API.py is a Python code to filter and analyze season stats based on user-inputted country, league, and season parameters provided by the soccer API available at https://elenasport.io. Standings_Request.py is written quite similarly to the former, but instead of performing a linear regression analysis, it gives the user standings for the c…

Notifications You must be signed in to change notification settings

RaphaelMantovani/soccer-statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

soccer-statistics

Standings Request.py is a Python code that automates the request process for the standings provided by the soccer API available at https://elenasport.io. The user receives the standings for any league, country, and season he or she selects.

Soccer API.py is a Python code to analyze season statistics provided by the soccer API available at https://elenasport.io. Based on user-inputted league, country, and season parameters, this code filters data and generates a linear regression model of the correlation between the total of home points earned by a team in the chosen season and its mean home attendance throughout the year.

The generated analysis is as shown below:

linear regression example png

About

Soccer API.py is a Python code to filter and analyze season stats based on user-inputted country, league, and season parameters provided by the soccer API available at https://elenasport.io. Standings_Request.py is written quite similarly to the former, but instead of performing a linear regression analysis, it gives the user standings for the c…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages