finally
This commit is contained in:
BIN
data/marts/clickhouse/course_completion_rate/._SUCCESS.crc
Normal file
BIN
data/marts/clickhouse/course_completion_rate/._SUCCESS.crc
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
user_id,user_name,course_id,course_title,lessons_in_course,lessons_viewed,completion_rate
|
||||
1,Alice,1,SQL для начинающих,2,2,1.0
|
||||
1,Alice,2,Python для анализа данных,1,0,0.0
|
||||
2,Bob,1,SQL для начинающих,2,1,0.5
|
||||
3,Charlie,2,Python для анализа данных,1,1,1.0
|
||||
4,Diana,3,BI с нуля,2,2,1.0
|
||||
|
BIN
data/marts/clickhouse/inactive_users_summary/._SUCCESS.crc
Normal file
BIN
data/marts/clickhouse/inactive_users_summary/._SUCCESS.crc
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
user_id,user_name,user_email,user_age,user_registration_date,enrollments_count
|
||||
5,Ethan,ethan@gmail.com,35,2023-03-10,0
|
||||
|
BIN
data/marts/clickhouse/lesson_popularity_summary/._SUCCESS.crc
Normal file
BIN
data/marts/clickhouse/lesson_popularity_summary/._SUCCESS.crc
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
lesson_id,lesson_title,course_id,course_title,total_views,unique_users,first_view,last_view
|
||||
1,SELECT и FROM,1,SQL для начинающих,2,2,2023-01-16T10:00:00.000+03:00,2023-01-21T09:00:00.000+03:00
|
||||
2,JOIN,1,SQL для начинающих,1,1,2023-01-16T10:15:00.000+03:00,2023-01-16T10:15:00.000+03:00
|
||||
3,Pandas,2,Python для анализа данных,1,1,2023-03-06T12:00:00.000+03:00,2023-03-06T12:00:00.000+03:00
|
||||
4,Основы BI,3,BI с нуля,1,1,2023-04-02T10:00:00.000+03:00,2023-04-02T10:00:00.000+03:00
|
||||
5,Метрики и дашборды,3,BI с нуля,1,1,2023-04-03T10:00:00.000+03:00,2023-04-03T10:00:00.000+03:00
|
||||
|
BIN
data/marts/greenplum/course_completion_rate/._SUCCESS.crc
Normal file
BIN
data/marts/greenplum/course_completion_rate/._SUCCESS.crc
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
user_id,user_name,course_id,course_title,lessons_in_course,lessons_viewed,completion_rate
|
||||
1,Alice,1,SQL для начинающих,2,2,1.0
|
||||
1,Alice,2,Python для анализа данных,1,0,0.0
|
||||
2,Bob,1,SQL для начинающих,2,1,0.5
|
||||
3,Charlie,2,Python для анализа данных,1,1,1.0
|
||||
4,Diana,3,BI с нуля,2,2,1.0
|
||||
|
BIN
data/marts/greenplum/inactive_users_summary/._SUCCESS.crc
Normal file
BIN
data/marts/greenplum/inactive_users_summary/._SUCCESS.crc
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
user_id,user_name,email,age,registration_date,enrollments_count
|
||||
5,Ethan,ethan@gmail.com,35,2023-03-10,0
|
||||
|
BIN
data/marts/greenplum/lesson_popularity_summary/._SUCCESS.crc
Normal file
BIN
data/marts/greenplum/lesson_popularity_summary/._SUCCESS.crc
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
lesson_id,lesson_title,course_id,course_title,total_views,unique_users,first_view,last_view
|
||||
1,SELECT и FROM,1,SQL для начинающих,2,2,2023-01-16T10:00:00.000+03:00,2023-01-21T09:00:00.000+03:00
|
||||
2,JOIN,1,SQL для начинающих,1,1,2023-01-16T10:15:00.000+03:00,2023-01-16T10:15:00.000+03:00
|
||||
3,Pandas,2,Python для анализа данных,1,1,2023-03-06T12:00:00.000+03:00,2023-03-06T12:00:00.000+03:00
|
||||
4,Основы BI,3,BI с нуля,1,1,2023-04-02T10:00:00.000+03:00,2023-04-02T10:00:00.000+03:00
|
||||
5,Метрики и дашборды,3,BI с нуля,1,1,2023-04-03T10:00:00.000+03:00,2023-04-03T10:00:00.000+03:00
|
||||
|
BIN
data/marts/postgresql/course_summary/._SUCCESS.crc
Normal file
BIN
data/marts/postgresql/course_summary/._SUCCESS.crc
Normal file
Binary file not shown.
Binary file not shown.
0
data/marts/postgresql/course_summary/_SUCCESS
Normal file
0
data/marts/postgresql/course_summary/_SUCCESS
Normal file
@@ -0,0 +1,4 @@
|
||||
course_id,course_title,total_views,unique_users,lessons_count,avg_views_per_user,first_viewed_at,last_viewed_at
|
||||
1,SQL для начинающих,3,2,2,1.5,2023-01-16T10:00:00.000+03:00,2023-01-21T09:00:00.000+03:00
|
||||
2,Python для анализа данных,1,2,1,0.5,2023-03-06T12:00:00.000+03:00,2023-03-06T12:00:00.000+03:00
|
||||
3,BI с нуля,2,1,2,2.0,2023-04-02T10:00:00.000+03:00,2023-04-03T10:00:00.000+03:00
|
||||
|
BIN
data/marts/postgresql/platform_summary/._SUCCESS.crc
Normal file
BIN
data/marts/postgresql/platform_summary/._SUCCESS.crc
Normal file
Binary file not shown.
Binary file not shown.
0
data/marts/postgresql/platform_summary/_SUCCESS
Normal file
0
data/marts/postgresql/platform_summary/_SUCCESS
Normal file
@@ -0,0 +1,2 @@
|
||||
total_users,total_courses,total_lessons,users_with_views,avg_lessons_per_course,avg_views_per_lesson
|
||||
5,3,5,4,1.67,2.6
|
||||
|
BIN
data/marts/postgresql/user_activity_summary/._SUCCESS.crc
Normal file
BIN
data/marts/postgresql/user_activity_summary/._SUCCESS.crc
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
user_id,name,enrollment_count,viewed_lessons_count,last_view,first_view,engagement_rate
|
||||
2,Bob,1,1,2023-01-21T09:00:00.000+03:00,2023-01-21T09:00:00.000+03:00,50.0%
|
||||
1,Alice,2,2,2023-01-16T10:15:00.000+03:00,2023-01-16T10:00:00.000+03:00,66.67%
|
||||
3,Charlie,1,1,2023-03-06T12:00:00.000+03:00,2023-03-06T12:00:00.000+03:00,100.0%
|
||||
4,Diana,1,2,2023-04-03T10:00:00.000+03:00,2023-04-02T10:00:00.000+03:00,100.0%
|
||||
|
Reference in New Issue
Block a user