File size: 940 Bytes
90eefdb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9d5e13a
90eefdb
9d5e13a
 
90eefdb
 
 
 
 
 
 
 
4992e74
7ca6adc
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
dataset_info:
  features:
  - name: name
    dtype: string
  - name: firstPrinting
    dtype: string
  - name: manaCost
    dtype: string
  - name: convertedManaCost
    dtype: float64
  - name: type
    dtype: string
  - name: text
    dtype: string
  - name: power
    dtype: string
  - name: toughness
    dtype: string
  - name: loyalty
    dtype: string
  - name: layout
    dtype: string
  splits:
  - name: train
    num_bytes: 6999997
    num_examples: 27703
  download_size: 2637169
  dataset_size: 6999997
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# Dataset Card for "magic-the-gathering"

This is a HuggingFace adaptation of the [MTGJSON Atomic Card Database](https://mtgjson.com/data-models/card/card-atomic/) from the Taj-Mahal Data Science & Machine Learning Group.

## Usage
```
from datasets import load_dataset

dataset = load_dataset("Taj-Mahal/magic-the-gathering")
```