Зміст курсу
Introduction to Python for Data Analysis
Introduction to Python for Data Analysis
2. Introduction to Python 2/2
3. Explore Dataset
Data StudyOperations with the FileHow to Explore the DataSorting DataMax, min, mean, medianChallengeGroup DataDive Deeper into Grouping DataGroup Data 2.0Introduction to NumPyPivot TablesRecall Loops.loc FunctionDeal with Several ConditionsChallengeVisualization: First StepsDive Deeper into Visualization
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.
Завдання
Swipe to start coding
- 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.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 4. Розділ 7
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.
Завдання
Swipe to start coding
- 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.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 4. Розділ 7