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
5.000000000000000000,3,Метрики и дашборды,18
2.000000000000000000,1,JOIN,15
4.000000000000000000,3,Основы BI,12
1.000000000000000000,1,SELECT и FROM,10
3.000000000000000000,2,Pandas,20
1 id course_id title duration_min
2 5.000000000000000000 3 Метрики и дашборды 18
3 2.000000000000000000 1 JOIN 15
4 4.000000000000000000 3 Основы BI 12
5 1.000000000000000000 1 SELECT и FROM 10
6 3.000000000000000000 2 Pandas 20