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.

Sign in to write and run your own code.

Implement solve(...)