This dataset, J1League_tbl_df, is a tibble containing results of Japan's J1 League matches from 2012 to 2022. The dataset includes information such as the season, match date and time, home and away teams, goals scored, and final match result. The dataset preserves the original structure from its source on Kaggle.
Usage
data(J1League_tbl_df)
Format
A tibble with 3,213 observations and 7 variables:
- Season
Season year of the match (numeric)
- DateTime
Date and time of the match (POSIXct)
- Home
Home team name (character)
- Away
Away team name (character)
- HG
Number of goals scored by the home team (numeric)
- AG
Number of goals scored by the away team (numeric)
- Res
Final result of the match (character)
Source
Data obtained from Kaggle: https://www.kaggle.com/datasets/irkaal/japanese-j1-league