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

Course Content

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.

Task

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.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 4. Chapter 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.

Task

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.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 4. Chapter 7
Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
We're sorry to hear that something went wrong. What happened?
some-alt