This commit is contained in:
2026-02-24 07:25:45 +03:00
parent 5da4df2f14
commit 01a700d015
99 changed files with 127 additions and 0 deletions

Binary file not shown.

View File

View File

@@ -0,0 +1,6 @@
id,course_id,title,duration_min
1,1,SELECT и FROM,10
2,1,JOIN,15
3,2,Pandas,20
4,3,Основы BI,12
5,3,Метрики и дашборды,18
1 id course_id title duration_min
2 1 1 SELECT и FROM 10
3 2 1 JOIN 15
4 3 2 Pandas 20
5 4 3 Основы BI 12
6 5 3 Метрики и дашборды 18