pokemoncards / README.md
tooni's picture
docs: add readme
e3d193a
|
raw
history blame
4.28 kB

Dataset Card for Pokemon Cards TCG

Dataset Description

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:

  1. Cards: Detailed information about individual Pokemon cards.
  2. Decks: Collections of cards forming playable decks.
  3. 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