Datasets:
Dataset Card for Pokemon Cards TCG
Dataset Description
- Repository: tooniez/pokemoncards_tcg
- Point of Contact: [Your contact information or GitHub profile]
Dataset Summary
This dataset contains information about Pokemon Trading Card Game (TCG) cards, decks, and sets. It is designed to be used for training machine learning models to classify and analyze Pokemon cards.
Supported Tasks and Leaderboards
- Tasks:
- Image Classification
- Text Classification
- Information Retrieval
Languages
The dataset is primarily in English.
Dataset Structure
Data Instances
The dataset consists of three main components:
- Cards: Detailed information about individual Pokemon cards.
- Decks: Collections of cards forming playable decks.
- Sets: Information about different Pokemon card sets.
Data Fields
Cards:
- id: Unique identifier for the card
- name: Name of the Pokemon or card
- supertype: Type of card (e.g., Pokemon, Trainer, Energy)
- subtypes: Subtypes of the card
- hp: Hit points (for Pokemon cards)
- types: Element types of the Pokemon
- evolves_from: Name of the Pokemon this card evolves from
- abilities: Special abilities of the Pokemon
- attacks: Attacks the Pokemon can use
- weaknesses: Elemental weaknesses
- resistances: Elemental resistances
- retreat_cost: Cost to retreat the Pokemon
- converted_retreat_cost: Numeric value of retreat cost
- set: Set the card belongs to
- number: Card number within the set
- artist: Name of the card artist
- rarity: Rarity of the card
- flavor_text: Descriptive text on the card
- national_pokedex_numbers: Pokedex numbers for the Pokemon
- legalities: Legal status in different game formats
- images: URLs to card images