Conteúdo do Curso
Introduction to Python for Data Analysis
Introduction to Python for Data Analysis
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.
Tarefa
- Find the number of the organic traffic using the
organic_counter
variable:
- Set the condition that the
'cost'
column equals0
- Remember that you have to use unique customers to find this metric
- Print the number of organic traffic.
- Find the percentage of organic customers using the problem from the previous task.
- Print the percentage of the organic traffic in
0.0
format.
Obrigado pelo seu feedback!
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.
Tarefa
- Find the number of the organic traffic using the
organic_counter
variable:
- Set the condition that the
'cost'
column equals0
- Remember that you have to use unique customers to find this metric
- Print the number of organic traffic.
- Find the percentage of organic customers using the problem from the previous task.
- Print the percentage of the organic traffic in
0.0
format.
Obrigado pelo seu feedback!
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.
Tarefa
- Find the number of the organic traffic using the
organic_counter
variable:
- Set the condition that the
'cost'
column equals0
- Remember that you have to use unique customers to find this metric
- Print the number of organic traffic.
- Find the percentage of organic customers using the problem from the previous task.
- Print the percentage of the organic traffic in
0.0
format.
Obrigado pelo seu feedback!
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.
Tarefa
- Find the number of the organic traffic using the
organic_counter
variable:
- Set the condition that the
'cost'
column equals0
- Remember that you have to use unique customers to find this metric
- Print the number of organic traffic.
- Find the percentage of organic customers using the problem from the previous task.
- Print the percentage of the organic traffic in
0.0
format.