Currently Caduceus only reads and organizes data about snakes, from csv files of a specific format. It would be cool if we could also use Caduceus to organize data about birds.
However, bird data does not generally specify a bird's length. Much more important is a bird's wingspan.
Add a feature to caduceus to read data from two csv files with the following data:
File1: common name, scientific name
File2: scientific name, weight, wingspan
And a function to print birds by their speed. There is test data available in data/
Currently Caduceus only reads and organizes data about snakes, from csv files of a specific format. It would be cool if we could also use Caduceus to organize data about birds.
However, bird data does not generally specify a bird's length. Much more important is a bird's wingspan.
Add a feature to caduceus to read data from two csv files with the following data:
File1: common name, scientific name
File2: scientific name, weight, wingspan
And a function to print birds by their speed. There is test data available in data/