セクション 1. 章 5
single
Challenge: Automate Expense Categorization
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
You are tasked with automating the categorization of business expenses for an accounting workflow. You will work with a CSV file containing raw expense transactions. Your script must read the data, clean it, categorize each expense based on keywords found in the transaction description, aggregate totals by category, and export a summary report as a new CSV file.
- Assign each expense to a category by analyzing the
Descriptionfield for specific keywords. - Ensure that only rows with both
AmountandDescriptionpresent are processed. - Calculate the total amount spent in each category.
- Output a summary CSV file with the aggregated totals by category.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 5
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください