University of Arizona, Department of Computer Science

CSc 120: Pokemon Examples

It can be helpful, for testing and debugging, to start out with small input files and work up to larger inputs. In addition to the full Pokemon.csv dataset, the examples below also use four smaller slices of the full dataset. In each case, the program had four queries submitted (the queries used a mixture of upper- and lower-case characters to test the case-insensitive comparison in the code):
speed
ATTACK
Defense
hP
The characteristics of the five input files, and the results of these four queries, are as follows.