You have a part of the Penguins dataset penguins_example. Replace this funky index with a regular integer range (starting from 0) and print the resulting DataFrame. The index should be destroyed.
Note that you don't need to import pandas. The dataset is already loaded, and the variable that contains the dataset is called penguins_example.