Analyzing Sales and Discounts

# Introduction In this challenge, you will be given a dataset containing details of various products sold by a retail company. Your task is to utilize the Pandas library to perform data manipulations and transformations, specifically focusing on the iteration methods provided by Pandas. Remember, Pandas is designed to operate efficiently on entire columns or datasets. Avoid iterating over DataFrame rows wherever possible, instead using Pandas' array-oriented methods.

|60 : 00

Click the virtual machine below to start practicing