Зміст курсу
Introduction to Python for Data Analysis
Introduction to Python for Data Analysis
Challenge
Завдання
It is time for you to practice your skills. Your task is to calculate how many users continue the subscription after the trial period, depending on the plan. Follow the algorithm:
Create a table that helps you retrieve data about users who chose the 'week' plan and continued a subscription after the trial period.
- Chose data where
'plan'
is'week'
. - Choose data where
'trial'
isTrue
.
Дякуємо за ваш відгук!
Challenge
Завдання
It is time for you to practice your skills. Your task is to calculate how many users continue the subscription after the trial period, depending on the plan. Follow the algorithm:
Create a table that helps you retrieve data about users who chose the 'week' plan and continued a subscription after the trial period.
- Chose data where
'plan'
is'week'
. - Choose data where
'trial'
isTrue
.
Дякуємо за ваш відгук!
Challenge
Завдання
It is time for you to practice your skills. Your task is to calculate how many users continue the subscription after the trial period, depending on the plan. Follow the algorithm:
Create a table that helps you retrieve data about users who chose the 'week' plan and continued a subscription after the trial period.
- Chose data where
'plan'
is'week'
. - Choose data where
'trial'
isTrue
.
Дякуємо за ваш відгук!
Завдання
It is time for you to practice your skills. Your task is to calculate how many users continue the subscription after the trial period, depending on the plan. Follow the algorithm:
Create a table that helps you retrieve data about users who chose the 'week' plan and continued a subscription after the trial period.
- Chose data where
'plan'
is'week'
. - Choose data where
'trial'
isTrue
.