Create a DataFrame from the dictionary data, indexed by the list labels.
data
labels
The animals data has columns animal, age, visits, priority and index a..j. Return the resulting DataFrame.
animal
age
visits
priority
a..j
solve(...)