セクション 1. 章 18
single
Challenge: Create a Sales Trend Chart
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Given a DataFrame containing sales data over time, create a function that generates a line chart of sales trends using matplotlib and saves the chart as a PNG file.
- Use the
date_colas the x-axis andsales_colas the y-axis in the line chart. - Set the chart title to the value of
title. - Label the x-axis as "Date" and the y-axis as "Sales".
- Add grid lines to the chart.
- Save the chart as a PNG image to the path specified by
output_path.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 18
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください