Futbolista Logo

Build Status Coverage

What is Futbolista.jl?

Futbolista.jl is a package to make some common football analytics tasks easier to do in Julia. You can

Getting Started

Installation

using Pkg
Pkg.add("Futbolista")

Using Futbolista

Please check out the pluto notebooks in the examples directory to know more about the functions available.

How to Contribute

Some of the things to be added to the package are:

  • Dataloaders for other free public sources (Wyscout, Metrica, Fbref)
  • Support more pitch types (Opta, Wyscout, Metrica, Tracab)
  • More typical plots (pass sonars, pizza plots)

If you want to help with any of them, please don't hesitate to fork, and PR! A great guide to contributing to Julia packages is here.