Overview
The euroleague_basketball
dataset includes information sourced from publicly available basketball records and Wikipedia.
It has been cleaned and structured for easy use in R.
Installation
You can install the development version of the package directly from GitHub:
# Install devtools if not already installed
install.packages("devtools")
# Install the package from GitHub
devtools::install_github("natanast/EuroleagueBasketball")
# Load data
library(EuroleagueBasketball)
data(euroleague_basketball)
Dataset Description
The euroleague_basketball
dataset includes the following columns:
Column | Description |
---|---|
Team |
Name of the basketball team |
Home city |
City where the team is based |
Arena |
Name of the home arena |
Capacity |
Seating capacity of the arena |
Last season |
Last season the team participated |
Country |
Country where the team is based |
FinalFour_Appearances |
Number of times the team has reached the Final Four |
Titles_Won |
Number of Euroleague titles won |
Years_of_FinalFour_Appearances |
Years when the team reached the Final Four |
Years_of_Titles_Won |
Years when the team won the championship |