All Projects → gpoudel → FPL-Analytics

gpoudel / FPL-Analytics

Licence: other
Data analysis and visualizations using official APIs of Fantasy Premier League (https://fantasy.premierleague.com/)

Projects that are alternatives of or similar to FPL-Analytics

fantasy-premier-league
Fantasy Premier League Stats, Visualizations & Analysis. ⚽ 📊 📈
Stars: ✭ 31 (+138.46%)
Mutual labels:  plotly, fantasy-premier-league
A-Detector
⭐ An anomaly-based intrusion detection system.
Stars: ✭ 69 (+430.77%)
Mutual labels:  plotly
COVIDstats
COVID-19 Statistical Analysis Simulator App using R deployed on shinyapps.io a John Hopkins University COVID count clone and simulator
Stars: ✭ 13 (+0%)
Mutual labels:  plotly
jquery.dataTables.TreeTable
Integrate jquery.treeTable into jquery.dataTables
Stars: ✭ 28 (+115.38%)
Mutual labels:  datatables
vue-data-table
Smart table using vue.js - sorting columns, filter by string, child rows, custom columns, custom row data
Stars: ✭ 15 (+15.38%)
Mutual labels:  datatables
dash-admin
CLI tool for initiating dash boilerplate
Stars: ✭ 22 (+69.23%)
Mutual labels:  plotly
vue-datatables
No description or website provided.
Stars: ✭ 22 (+69.23%)
Mutual labels:  datatables
datatables-implementation-laravel
An example of integrating jQuery datatables plugin in laravel.
Stars: ✭ 26 (+100%)
Mutual labels:  datatables
datatile
A library for managing, validating, summarizing, and visualizing data.
Stars: ✭ 419 (+3123.08%)
Mutual labels:  plotly
datatables-bulma
DataTables styling for the Bulma CSS framework
Stars: ✭ 80 (+515.38%)
Mutual labels:  datatables
jQuery-datatable-server-side-net-core
A simple Visual Studio solution using jQuery DataTable with Server-Side processing using .NET 5
Stars: ✭ 71 (+446.15%)
Mutual labels:  datatables
webviz-config
Make Dash applications from a user-friendly config file 📖 🐍
Stars: ✭ 46 (+253.85%)
Mutual labels:  plotly
CIgniter-Datatables
CodeIgniter library for Datatables server-side processing / AJAX, easy to use :3
Stars: ✭ 39 (+200%)
Mutual labels:  datatables
django-rest-framework-datatables-editor
Seamless integration between Django REST framework, Datatables and Datatables Editor.
Stars: ✭ 25 (+92.31%)
Mutual labels:  datatables
rasterly
Rapidly generate raster images from large datasets in R with Plotly.js
Stars: ✭ 42 (+223.08%)
Mutual labels:  plotly
Corona-Tracker-Bot
Discord bot for coronavirus (COVID-19) , With Ai [Machine learning algorithms] integrated into it
Stars: ✭ 26 (+100%)
Mutual labels:  plotly
traceml
Engine for ML/Data tracking, visualization, dashboards, and model UI for Polyaxon.
Stars: ✭ 445 (+3323.08%)
Mutual labels:  plotly
Machine-Learning-Projects-2
No description or website provided.
Stars: ✭ 23 (+76.92%)
Mutual labels:  plotly
Exploratory Data Analysis Visualization Python
Data analysis and visualization with PyData ecosystem: Pandas, Matplotlib Numpy, and Seaborn
Stars: ✭ 78 (+500%)
Mutual labels:  plotly
FPLbot
A bot made for /r/FantasyPL
Stars: ✭ 54 (+315.38%)
Mutual labels:  fantasy-premier-league

fplAnalytics

https://www.fplanalytics.com/

Intorduction

https://www.fplanalytics.com/ is a hobbyist website for the lovers of the Fantasy Premier League (https://fantasy.premierleague.com/) - a fantasy football game based on English Premier League. It uses the official APIs from the site for data inputs and processes them for fantasy managers to analyze for greater insights. Other than daily updates of price rise/fall and injuries/suspensions/fitness of the players. There are many data tables, charts and visualizations to help the fantasy managers to make a better picks based on info and stats.

Description

The main operations/tasks needed to build and keep this site alive are:

  • Gathering open data directly from official FPL website (https://fantasy.premierleague.com/)
  • Data Engineering (cleaning, formatting, storing, etc.)
  • Data Visualization and Publishing

The FPL data set by nature is very dynamic – not only it changes during the weekends when most of the football is being played but also every moment as the participants of the game would trade players and manage their teams just like trading real stocks and managing stock portfolios all the time. Thus, the programming scripts (written in R) needed to handle constantly changing data and keep the website as updated as possible with minimum manual intervention.

All the data gathering, engineering and visualization work in this project are done in exclusively in R language. I have used Python and tools like Microsoft Power BI and Tableau for my own analysis of data and logic building but those contents are not published to the web.

Other than mentioned above, the frontend is created using HTML, CSS, Bootstrap and JavaScript

Examples

Here are some of the examples from the main site (https://www.fplanalytics.com/)

Note

  • The scripts files are not here yet, so far the repo is only used to host HTML/Javascripts contents.
  • Plans to add the scripts (R, Python) used for automatic generation of web files to this repo at later stage

Note

  • The scripts files are not here yet, so far the repo is only used to host HTML/Javascripts contents.
  • Plans to add the scripts (R, Python) used for automatic generation of web files to this repo at later stage

Bonus

Alt text A wordcloud image created in 'R' by mining twitter for term 'FPL'

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].