Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Organic Traffic | Becoming an Analyst
Introduction to Python for Data Analysis
course content

Kursusindhold

Introduction to Python for Data Analysis

Introduction to Python for Data Analysis

1. Introduction to Python 1/2
2. Introduction to Python 2/2
3. Explore Dataset
4. Becoming an Analyst

book
Organic Traffic

Your performance was super!

You need to count the percentage of organic traffic.

Organic traffic is those visitors that land on your website from unpaid sources, aka essentially free traffic.

To find the organic traffic, you need to input conditions that the cost column value equals 0.

Opgave

Swipe to start coding

  1. Find the number of the organic traffic using the organic_counter variable:
  • Set the condition that the 'cost' column equals 0
  • Remember that you have to use unique customers to find this metric
  1. Print the number of organic traffic.
  2. Find the percentage of organic customers using the problem from the previous task.
  3. Print the percentage of the organic traffic in 0.0 format.

Løsning

Switch to desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 4. Kapitel 7
toggle bottom row

book
Organic Traffic

Your performance was super!

You need to count the percentage of organic traffic.

Organic traffic is those visitors that land on your website from unpaid sources, aka essentially free traffic.

To find the organic traffic, you need to input conditions that the cost column value equals 0.

Opgave

Swipe to start coding

  1. Find the number of the organic traffic using the organic_counter variable:
  • Set the condition that the 'cost' column equals 0
  • Remember that you have to use unique customers to find this metric
  1. Print the number of organic traffic.
  2. Find the percentage of organic customers using the problem from the previous task.
  3. Print the percentage of the organic traffic in 0.0 format.

Løsning

Switch to desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 4. Kapitel 7
Switch to desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Vi beklager, at noget gik galt. Hvad skete der?
some-alt