Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Leer Challenge: Plot Monthly Transaction Volumes | Financial Data Analysis for Bankers
Practice
Projects
Quizzes & Challenges
Quizzen
Challenges
/
Python for Bankers
Sectie 1. Hoofdstuk 5
single

single

bookChallenge: Plot Monthly Transaction Volumes

Veeg om het menu te tonen

Taak

Swipe to start coding

Given a DataFrame of transactions with dates, your goal is to group transactions by month, calculate the monthly totals for deposits and withdrawals, and plot both on the same chart using matplotlib.

  • Convert the date column to datetime and extract the month in "YYYY-MM" format.
  • Group the data by month and transaction type, summing the amount for each group.
  • Create a line or bar chart that displays both deposit and withdrawal totals for each month on the same plot.
  • The chart must have labeled axes, a title, and a legend distinguishing deposits and withdrawals.

Oplossing

Switch to desktopSchakel over naar desktop voor praktijkervaringGa verder vanaf waar je bent met een van de onderstaande opties
Was alles duidelijk?

Hoe kunnen we het verbeteren?

Bedankt voor je feedback!

Sectie 1. Hoofdstuk 5
single

single

Vraag AI

expand

Vraag AI

ChatGPT

Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.

some-alt