CoolFace
Datasetpublic

frankjc2022/steam-dataset

Steam User–Game Interactions Dataset Usage from datasets import load_dataset dataset_id = "frankjc2022/steam-dataset" # User–game interactions user_games_ds = load_dataset(dataset_id, name="user_games", split="train") user_games_df = user_games_ds.to_pandas() # Game metadata games_ds = load_dataset(dataset_id, name="games", split="train") games_df = games_ds.to_pandas() # Reviews reviews_ds = load_dataset(dataset_id, name="reviews", split="train") reviews_df =… See the full description on the dataset page: https://huggingface.co/datasets/frankjc2022/steam-dataset.

sourceHugging Facemitupdated 10mo agoView on Hugging Face
0likes49downloads
discussions and pull requests

Conversations for this repository live on Hugging Face.

CoolFace shows imported repositories read-only. Posting into someone else’s repository from here would need an authorised integration and the account holder’s consent, so the link goes to the source instead.

Open discussions on Hugging Face
frankjc2022/steam-dataset · CoolFace