Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Analyze Loan Portfolio Risk | Risk Assessment and Loan Analytics
Python for Bankers
セクション 2.  3
single

single

bookChallenge: 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_score is greater than 0.7.
  • Calculate the sum of the principal values for the filtered loans.
  • Compute the mean of the interest_rate values for the filtered loans.
  • Print the total principal and average interest rate.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 2.  3
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt