Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Does Temperature Affect? | Visualizing Data
Analyzing and Visualizing Real-World Data
セクション 4.  4
single

single

bookDoes Temperature Affect?

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

As we saw in the previous chapter, the majority of the points lay uniformly, unlike several points on the top left part (high income, but low temperature). Let's find out what these points are.

タスク

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

  1. Filter the data in the df DataFrame, so that the following conditions are satisfied:

    • 'Store' must be one of the values in thetop_stores list;
    • 'Temperature' must be greater than or equal to -10;
    • 'Temperature' must be less than or equal to 10;
    • 'Weekly_Sales' must be greater than or equal to 3000000;
    • Save the obtained result within the data variable.
  2. Initialize a scatter plot with 'Temperature' values on the x-axis, and 'Weekly_Sales' on the y-axis, using the data DataFrame.

解答

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

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

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

セクション 4.  4
single

single

AIに質問する

expand

AIに質問する

ChatGPT

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

some-alt