Skip to content

Poland football league Ekstraklasa statistical analysis. Season 2020/2021

License

Notifications You must be signed in to change notification settings

kkobialka/Ekstraklasa2021

Repository files navigation

Donate

If you like this project please donate

Bitcoin:

bc1qwqqpuy54qfja7h5dzpd9swgrnkql02t8cacn62

Requirements

It's necessary to install python and Anaconda (or Miniconda). Visit below websites to install necessary packages.

Python:

https://www.python.org/

Anaconda:

https://www.anaconda.com/

Miniconda (smaller size, in case if you don't want to install big package of Anaconda)

https://docs.conda.io/en/latest/miniconda.html

Installation

Download or clone this repository

$ git clone https://github.com/kkobialka/Ekstraklasa2021

Create conda virtual environment

$ conda create --name myenv

Activate virtual environment

$ source activate myenv

Install libraries using Conda

$ conda install --file requirements.txt

Open Jupyter Notebook in console

$ jupyter notebook

About this prject

Polish football league Ekstraklasa is the top league in Poland. There is plenty of websites that provide statistics about football however there is lack of good visualisation for statistics of clubs and footballers. Even there is lack of good analysis. In this analysis there is data visualisation using plotly - python graphing library and matplotlib.

Link to the Kaggle project:

https://www.kaggle.com/kkobialka/poland-football-league-ekstraklasa-20-21

License

Copyright © 2021 Krzysztof Kobiałka

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.

Releases

No releases published

Packages