pokemon json logopokemon json.

Popular fictional animals.

Purpose
This dataset is very useful if you want to learn to deal with nested data sources. It's also a common tutorial dataset for the clumper project.
Source
This dataset was originally found in kaggle.
Contents

Name Description
name The name of the pokemon.
type The type(s) attached to the pokemon.
total The sum of all the pokemon stats, a proxy of how strong a pokemon is.
hp The hit points.
attack The attack points of the pokemon.
Download

You can download the dataset from the commandline.


wget https://calmcode.io/static/data/pokemon.json

You can also download it directly.