Challenge: Descriptive Stats
We will remind you of some descriptive statistics:
- count - the number of observations in the sample;
- mean - the sum of the values of all observations divided by their number;
- std - the square root of the variance, which characterizes the degree of deviation of the data from the average value of the sample;
- median - central value that divides the sample into two equal parts;
- min - the smallest sample value;
- max - the largest sample value.
Swipe to start coding
In this task, you need to calculate descriptive statistics and display the result. Finding descriptive statistics is an important part of A/B testing because they provide summary information about the sample. We will use this information in the future.
- Import the
pandas
. - Read files.
- Calculate descriptive statistics.
- Concat the results of aggregations.
- Print the results.
Рішення
Дякуємо за ваш відгук!
single
Запитати АІ
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат
Awesome!
Completion rate improved to 3.23Awesome!
Completion rate improved to 3.23
Challenge: Descriptive Stats
We will remind you of some descriptive statistics:
- count - the number of observations in the sample;
- mean - the sum of the values of all observations divided by their number;
- std - the square root of the variance, which characterizes the degree of deviation of the data from the average value of the sample;
- median - central value that divides the sample into two equal parts;
- min - the smallest sample value;
- max - the largest sample value.
Swipe to start coding
In this task, you need to calculate descriptive statistics and display the result. Finding descriptive statistics is an important part of A/B testing because they provide summary information about the sample. We will use this information in the future.
- Import the
pandas
. - Read files.
- Calculate descriptive statistics.
- Concat the results of aggregations.
- Print the results.
Рішення
Дякуємо за ваш відгук!
single
Awesome!
Completion rate improved to 3.23
Challenge: Descriptive Stats
Свайпніть щоб показати меню
We will remind you of some descriptive statistics:
- count - the number of observations in the sample;
- mean - the sum of the values of all observations divided by their number;
- std - the square root of the variance, which characterizes the degree of deviation of the data from the average value of the sample;
- median - central value that divides the sample into two equal parts;
- min - the smallest sample value;
- max - the largest sample value.
Swipe to start coding
In this task, you need to calculate descriptive statistics and display the result. Finding descriptive statistics is an important part of A/B testing because they provide summary information about the sample. We will use this information in the future.
- Import the
pandas
. - Read files.
- Calculate descriptive statistics.
- Concat the results of aggregations.
- Print the results.
Рішення
Дякуємо за ваш відгук!