Your Python script is taking significantly longer than expected to complete. Which Python standard library could provide you with granular insights into the time taken by different parts of your code?
You need to collect data from an Excel file with multiple sheets. One of the sheets is named "Sales" and another is named "Inventory". You want to load the "Sales" sheet into a DataFrame named df_sales and the "Inventory" sheet into a DataFrame named df_inventory. Which of the following code snippets accomplishes this?