All Projects → abhiamishra → ggshakeR

abhiamishra / ggshakeR

Licence: MIT license
An analysis and visualization R package that works with publicly available soccer data

Programming Languages

r
7636 projects
CSS
56736 projects

Projects that are alternatives of or similar to ggshakeR

football analytics
⚽📊 A collection of football analytics projects, data, and analysis by Edd Webster (@eddwebster), including a curated list of publicly available resources published by the football analytics community.
Stars: ✭ 405 (+486.96%)
Mutual labels:  soccer, soccer-analytics, football-analytics
Dream3d
Data Analysis program and framework for materials science data analytics, based on the managing framework SIMPL framework.
Stars: ✭ 73 (+5.8%)
Mutual labels:  analysis, data-analysis
Plotnine
A grammar of graphics for Python
Stars: ✭ 2,879 (+4072.46%)
Mutual labels:  data-analysis, plotting
Analyzer
🔍 Offline Analyzer for extracting features, artifacts and IoCs from Windows, Linux, Android, iPhone, Blackberry, macOS binaries, emails and more
Stars: ✭ 108 (+56.52%)
Mutual labels:  analysis, data-analysis
Pandastable
Table analysis in Tkinter using pandas DataFrames.
Stars: ✭ 376 (+444.93%)
Mutual labels:  data-analysis, plotting
Gdl
GDL - GNU Data Language
Stars: ✭ 104 (+50.72%)
Mutual labels:  data-analysis, plotting
Dapy
Easy-to-use data analysis / manipulation framework for humans
Stars: ✭ 523 (+657.97%)
Mutual labels:  analysis, data-analysis
labplot
LabPlot is a FREE, open source and cross-platform Data Visualization and Analysis software accessible to everyone.
Stars: ✭ 107 (+55.07%)
Mutual labels:  data-analysis, plotting
mezzala
Models for estimating football (soccer) team-strength
Stars: ✭ 23 (-66.67%)
Mutual labels:  soccer, soccer-analytics
transfermarkt-datasets
⚽️ Extract, prepare and publish Transfermarkt datasets.
Stars: ✭ 60 (-13.04%)
Mutual labels:  soccer, soccer-analytics
Corner.py
Make some beautiful corner plots
Stars: ✭ 327 (+373.91%)
Mutual labels:  data-analysis, plotting
plottr
A flexible plotting and data analysis tool.
Stars: ✭ 32 (-53.62%)
Mutual labels:  data-analysis, plotting
EEGEdu
Interactive Brain Playground - Browser based tutorials on EEG with webbluetooth and muse
Stars: ✭ 91 (+31.88%)
Mutual labels:  data-analysis, plotting
Tablesaw
Java dataframe and visualization library
Stars: ✭ 2,785 (+3936.23%)
Mutual labels:  data-analysis, plotting
AlphaPlot
📈 Application for statistical analysis and data visualization which can generate different types of publication quality 2D and 3D plots with extensive visual customization.
Stars: ✭ 140 (+102.9%)
Mutual labels:  data-analysis, plotting
Freud
Powerful, efficient particle trajectory analysis in scientific Python.
Stars: ✭ 118 (+71.01%)
Mutual labels:  analysis, data-analysis
Bitcoin Analysis-
Python Bitcoin is widely used cryptocurrency for digital market. It is decentralised that means it is not own by government or any other company.Transactions are simple and easy as it doesn’t belong to any country.Records data are stored in Blockchain.Bitcoin price is variable and it is widely used so it is important to predict the price of it f…
Stars: ✭ 42 (-39.13%)
Mutual labels:  analysis, data-analysis
understatr
fetch understat data
Stars: ✭ 72 (+4.35%)
Mutual labels:  soccer, soccer-analytics
open-digger
Open source analysis tools
Stars: ✭ 193 (+179.71%)
Mutual labels:  data-analysis
volkscv
A Python toolbox for computer vision research and project
Stars: ✭ 58 (-15.94%)
Mutual labels:  analysis

ggshakeR

Lifecycle: experimental License: MIT check-standard codecov

Welcome to ggshakeR!

This is R’s all-inclusive package for visualization and analysis of publicly available soccer data.

This package aims to provide people interested in football analysis and visualization a platform to learn about it while also learning a new language at the same time. This package is designed to work with free soccer data and, for now, include:

Let’s get you started with the package!

Getting Started With ggshakeR

First things first, install R and RStudio. R is the actual language while RStudio is the IDE that will help you work with the R programming language in a nice way.

Here are links to download both:

OK, now how do you get ggshakeR into RStudio?

First install the devtools package:

install.packages("devtools")

After that, write the actual code to install ggshakeR:

devtools::install_github("abhiamishra/ggshakeR")

Now the library is installed but it’s not in your session just yet! When a package is in a session means you can actually use the package:

library(ggshakeR)

And that’s it you’re done!

We hope you have fun!

Helpful Links

Here are some helpful links to get you started with the package:

Credit

Thank you to StatsBomb and Ewan Henderson for their respective packages. A big thank you to Ninad Barbadikar for creating the beautiful logo and helping with the package in general. Big thanks to Maram AlBaharna for giving the package it's iconic name! Thank you Jase Ziv for your help and your package WorldFootballR from which this took inspiration from.

Contact and Support

Tell your friends about ggshakeR and shake theiR lives away! You can contact me at email or at my Twitter

Powered by Chatalytics™️

Owner and Creator: Abhishek Amol Mishra

Authors: Harsh Krishna & Ryo Nakagawara

Licenses Used

  • Torvaney and the ggsoccer package has been used in the package for creation of pitches. The use of this adheres to the MIT License provided.

Licensing Copyright Statement: Copyright (c) 2019 Benjamin Torvaney

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].