セクション 5. 章 4
single
Challenge 2
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
You are faced with a task similar to the previous one: convert data to stationary. You will remove seasonality in the Seasonality Time Series.csv dataset using the difference method. Track a certain amount of time for which the time pattern repeats and use the difference method:
- Read the dataset.
- Analyze how long patterns repeat (visualize
"Var"and"Date"columns of thedfDataFrame in this order). - Use the resulting number (it is
8) for the difference method. Perform the differentiation for the"Var"column. Save the obtained result within thedf_diffvariable. - Visualize the transformed data.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 5. 章 4
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください