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
course content

Conteúdo do Curso

Analyzing and Visualizing Real-World Data

Analyzing and Visualizing Real-World Data

1. Preprocessing Data: Part I
2. Preprocessing Data: Part II
3. Analyzing Data
4. Visualizing Data

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.

Tarefa

  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.

Tarefa

  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.

Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo

Tudo estava claro?

Seção 4. Capítulo 4
toggle bottom row

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.

Tarefa

  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.

Tarefa

  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.

Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo

Tudo estava claro?

Seção 4. Capítulo 4
toggle bottom row

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.

Tarefa

  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.

Tarefa

  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.

Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo

Tudo estava claro?

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.

Tarefa

  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.

Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Seção 4. Capítulo 4
Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
We're sorry to hear that something went wrong. What happened?
some-alt