Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Visualize Multi-Stock Price Data | Financial Data Analysis with Python
Python for Investors
セクション 1.  5
single

single

bookChallenge: Visualize Multi-Stock Price Data

メニューを表示するにはスワイプしてください

タスク

スワイプしてコーディングを開始

You are provided with a pandas DataFrame df containing daily closing prices for four stocks (AAPL, GOOGL, AMZN, MSFT) over 15 consecutive days. Your task is to visualize all four stock price series on a single matplotlib line chart.

  • Plot each stock's closing prices as a separate line on the same chart.
  • Use distinct colors or line styles to make each stock clearly distinguishable.
  • Add a descriptive chart title.
  • Label both the x-axis (dates) and y-axis (price).
  • Add a legend that identifies each stock by its ticker symbol.

This visualization will help you compare the performance of multiple stocks over time.

解答

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

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

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

セクション 1.  5
single

single

AIに質問する

expand

AIに質問する

ChatGPT

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

some-alt