This program prints a summary of a data table.
This data is about the stats (from the popular video games) of Pokemon from the first 3 generations (first 386 pokemon).
This data comes from Pokeapi.
I called the API for the statistics of the first three generations of Pokemon (since I've only played those games). I cleaned the JSON file received to retain some basic statistics, like the attack stat, defence, etc., of the Pokemon and converted the data into CSV.
The data is a "file" here, but the recommended approach is to upload the data seprately, as in the video below.