raw_data = {'Digimon': ['Kuramon', 'Pabumon', 'Punimon',
'Botamon', 'Poyomon', 'Koromon',
'Tanemon', 'Tsunomon', 'Tsumemon',
'Tokomon'],
'Stage': ['Baby', 'Baby', 'Baby', 'Baby', 'Baby',
'In-Training', 'In-Training', 'In-Training',
'In-Training', 'In-Training'],
'Type': ['Free', 'Free', 'Free', 'Free', 'Free', 'Free',
'Free', 'Free', 'Free', 'Free'],
'Attribute': ['Neutral', 'Neutral', 'Neutral',
'Neutral', 'Neutral', 'Fire', 'Plant',
'Earth', 'Dark', 'Neutral'],
'Memory': [2, 2, 2, 2, 2, 3, 3, 3, 3, 3],
'Equip Slots': [0, 0, 1, 1, 1, 1, 1, 1, 1, 1],
'Lv 50 HP': [324, 424, 5343, 52, 63, 42,
643, 526, 42, 75],
'Lv50 SP': [86, 75, 64, 43, 86, 64, 344,
24, 24, 12],
'Lv50 Atk': [86, 74, 6335, 421, 23, 36436,
65, 75, 86, 52]}
print(raw_data)