4. Create a DataFrame

Easy

Create a DataFrame from the dictionary data, indexed by the list labels.

The animals data has columns animal, age, visits, priority and index a..j. Return the resulting DataFrame.

Implement solve(...)