...

/

Coding Challenge on Handling Outliers

Coding Challenge on Handling Outliers

Assess your ability to handle outliers using Python.

We'll cover the following...

Dataset description

We will work with the product.csv dataset, which includes information about various products sold in a certain year and month. Each record represents a different product, and each column in the dataset represents specific product information. Here's a description of each column:

  • Product ID: The unique ...