Does 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.
Swipe to start coding
-
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 to10
;'Weekly_Sales'
must be greater than or equal to3000000
;- Save the obtained result within the
data
variable.
-
Initialize a scatter plot with
'Temperature'
values on the x-axis, and'Weekly_Sales'
on the y-axis, using thedata
DataFrame.
Løsning
Takk for tilbakemeldingene dine!
single
Spør AI
Spør AI
Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår
Awesome!
Completion rate improved to 3.45
Does Temperature Affect?
Sveip for å vise menyen
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.
Swipe to start coding
-
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 to10
;'Weekly_Sales'
must be greater than or equal to3000000
;- Save the obtained result within the
data
variable.
-
Initialize a scatter plot with
'Temperature'
values on the x-axis, and'Weekly_Sales'
on the y-axis, using thedata
DataFrame.
Løsning
Takk for tilbakemeldingene dine!
Awesome!
Completion rate improved to 3.45single