セクション 2. 章 3
single
Challenge: Analyze Loan Portfolio Risk
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Given a DataFrame containing loan data with columns for principal, interest_rate, and risk_score, identify all loans with a risk_score above 0.7, calculate their total principal, and print the average interest rate for these high-risk loans.
- Filter the DataFrame to include only rows where the
risk_scoreis greater than 0.7. - Calculate the sum of the
principalvalues for the filtered loans. - Compute the mean of the
interest_ratevalues for the filtered loans. - Print the total principal and average interest rate.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 3
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください