Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Visualize and Highlight Outliers | Automation and Fraud Detection in Banking
Python for Bankers

bookChallenge: Visualize and Highlight Outliers

Task

Swipe to start coding

Given a DataFrame containing transaction data, your task is to generate two plots: a scatter plot of transaction amounts over time, and a boxplot of transaction amounts grouped by customer. Outliers in the scatter plot should be highlighted in red.

  • Generate a scatter plot of the Amount column versus the Date column.
  • Use the interquartile range (IQR) method to identify outliers in the Amount column.
  • Highlight outlier points in red on the scatter plot.
  • Generate a boxplot of transaction amounts, grouped by the CustomerID column.

Solution

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 5
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

Suggested prompts:

Can you explain this in simpler terms?

What are the main benefits or drawbacks?

Can you give me a real-world example?

close

bookChallenge: Visualize and Highlight Outliers

Swipe to show menu

Task

Swipe to start coding

Given a DataFrame containing transaction data, your task is to generate two plots: a scatter plot of transaction amounts over time, and a boxplot of transaction amounts grouped by customer. Outliers in the scatter plot should be highlighted in red.

  • Generate a scatter plot of the Amount column versus the Date column.
  • Use the interquartile range (IQR) method to identify outliers in the Amount column.
  • Highlight outlier points in red on the scatter plot.
  • Generate a boxplot of transaction amounts, grouped by the CustomerID column.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 5
single

single

some-alt