Asked by Ccolloh

Q17:

Create a function called sets_from_minifig that takes as input a minifig number (as a string) and returns a list of sets a minifig has appeared in.
Return a DataFrame (sorted by set_num and then by version) with the following columns: set_num, version,name_sets, fig_num, fig_name.
The index should go from 0 to n-1.

Answers

There are no human answers yet.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions