š„ Load Dataset in Python
To load this dataset in Google Colab or any Python environment:
!pip install huggingface_hub pandas openpyxl
from huggingface_hub import hf_hub_download
import pandas as pd
repo_id = "onurulu17/Turkish_Basketball_Super_League_Dataset"
files = [
"leaderboard.xlsx",
"player_data.xlsx",
"team_data.xlsx",
"team_matches.xlsx",
"player_statistics.xlsx",
"technic_roster.xlsx"
]
datasets = {}