The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 20 new columns ({'result_skills', 'hours_min', 'syllabus', 'result_abilities', 'about', 'results', 'directions', 'specifications', 'course_format', 'links', 'language', 'weeks_min', 'intro', 'hours_max', 'result_knowledge', 'weeks_max', 'certificate', 'credit_units', 'custom_info', 'competence'})
This happened while the csv dataset builder was generating data using
hf://datasets/pymlex/openedu-courses/openedu_courses_full_info.csv (at revision 608e10f982b4b7f49a244edd5a5ab6df24e36921), [/tmp/hf-datasets-cache/medium/datasets/83084928943854-config-parquet-and-info-pymlex-openedu-courses-5808296b/hub/datasets--pymlex--openedu-courses/snapshots/608e10f982b4b7f49a244edd5a5ab6df24e36921/openedu_courses_base_info.csv (origin=hf://datasets/pymlex/openedu-courses@608e10f982b4b7f49a244edd5a5ab6df24e36921/openedu_courses_base_info.csv), /tmp/hf-datasets-cache/medium/datasets/83084928943854-config-parquet-and-info-pymlex-openedu-courses-5808296b/hub/datasets--pymlex--openedu-courses/snapshots/608e10f982b4b7f49a244edd5a5ab6df24e36921/openedu_courses_full_info.csv (origin=hf://datasets/pymlex/openedu-courses@608e10f982b4b7f49a244edd5a5ab6df24e36921/openedu_courses_full_info.csv), /tmp/hf-datasets-cache/medium/datasets/83084928943854-config-parquet-and-info-pymlex-openedu-courses-5808296b/hub/datasets--pymlex--openedu-courses/snapshots/608e10f982b4b7f49a244edd5a5ab6df24e36921/openedu_groups_map.csv (origin=hf://datasets/pymlex/openedu-courses@608e10f982b4b7f49a244edd5a5ab6df24e36921/openedu_groups_map.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1890, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 760, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
index: int64
title: string
university: string
language: string
url: string
weeks_max: double
weeks_min: double
hours_min: double
hours_max: double
start_date: string
end_date: string
credit_units: double
certificate: double
competence: string
course_format: string
directions: string
intro: string
links: string
result_abilities: string
about: string
syllabus: string
result_knowledge: string
result_skills: string
results: string
specifications: string
custom_info: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 3347
to
{'index': Value('int64'), 'title': Value('string'), 'url': Value('string'), 'university': Value('string'), 'start_date': Value('string'), 'end_date': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1739, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1892, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 20 new columns ({'result_skills', 'hours_min', 'syllabus', 'result_abilities', 'about', 'results', 'directions', 'specifications', 'course_format', 'links', 'language', 'weeks_min', 'intro', 'hours_max', 'result_knowledge', 'weeks_max', 'certificate', 'credit_units', 'custom_info', 'competence'})
This happened while the csv dataset builder was generating data using
hf://datasets/pymlex/openedu-courses/openedu_courses_full_info.csv (at revision 608e10f982b4b7f49a244edd5a5ab6df24e36921), [/tmp/hf-datasets-cache/medium/datasets/83084928943854-config-parquet-and-info-pymlex-openedu-courses-5808296b/hub/datasets--pymlex--openedu-courses/snapshots/608e10f982b4b7f49a244edd5a5ab6df24e36921/openedu_courses_base_info.csv (origin=hf://datasets/pymlex/openedu-courses@608e10f982b4b7f49a244edd5a5ab6df24e36921/openedu_courses_base_info.csv), /tmp/hf-datasets-cache/medium/datasets/83084928943854-config-parquet-and-info-pymlex-openedu-courses-5808296b/hub/datasets--pymlex--openedu-courses/snapshots/608e10f982b4b7f49a244edd5a5ab6df24e36921/openedu_courses_full_info.csv (origin=hf://datasets/pymlex/openedu-courses@608e10f982b4b7f49a244edd5a5ab6df24e36921/openedu_courses_full_info.csv), /tmp/hf-datasets-cache/medium/datasets/83084928943854-config-parquet-and-info-pymlex-openedu-courses-5808296b/hub/datasets--pymlex--openedu-courses/snapshots/608e10f982b4b7f49a244edd5a5ab6df24e36921/openedu_groups_map.csv (origin=hf://datasets/pymlex/openedu-courses@608e10f982b4b7f49a244edd5a5ab6df24e36921/openedu_groups_map.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
index int64 | title string | url string | university string | start_date string | end_date string |
|---|---|---|---|---|---|
1 | Дифференциальное исчисление функций одной переменной | https://openedu.ru/course/misis/MATH/?session=fall_2025 | НИТУ МИСИС | August 20, 2025 | January 29, 2026 |
2 | Обучение русскому языку как иностранному | https://openedu.ru/course/spbstu/TRFL/?session=fall_2025 | Политех | September 15, 2025 | December 15, 2025 |
3 | Испанский для начинающих. Часть 4 | https://openedu.ru/course/spbu/SPAIN4/?session=self_paced_2022 | СПбГУ | June 30, 2022 | December 31, 2025 |
4 | Экология человека | https://openedu.ru/course/spbstu/ECOHUM/?session=fall_2025 | Политех | September 22, 2025 | December 8, 2025 |
5 | Методологические проблемы психологии: парадоксальный путь науки | https://openedu.ru/course/spbu/METHODPROB2/?session=spring_2021 | СПбГУ | February 15, 2021 | January 1, 2026 |
6 | Академическое письмо на русском и английском языках | https://openedu.ru/course/mephi/mephi_004_writing/?session=fall_2025 | НИЯУ МИФИ | September 10, 2025 | January 20, 2026 |
7 | Теоретические основы методики преподавания иностранного языка: традиции и инновации | https://openedu.ru/course/spbu/METHOD_FORLANG/?session=self_paced_2024 | СПбГУ | April 23, 2025 | January 1, 2026 |
8 | Сопротивление материалов. Часть 1. Основные положения, растяжение-сжатие прямолинейных стержней, кручение прямолинейных стержней, простой изгиб, сложный изгиб | https://openedu.ru/course/mephi/mephi_sm1/?session=fall_2025 | НИЯУ МИФИ | September 10, 2025 | January 20, 2026 |
9 | Обработка сейсмических сигналов | https://openedu.ru/course/spbstu/SEISIGPRO/?session=fall_2025 | Политех | September 15, 2025 | December 29, 2025 |
10 | Циркулярная экономика и климатическая повестка | https://openedu.ru/course/spbu/ESG_CHALLENGE_1/?session=self_paced_2022 | СПбГУ | December 26, 2022 | December 31, 2025 |
11 | ESG Finance | https://openedu.ru/course/spbu/FINESG/?session=self_paced_2022 | СПбГУ | July 6, 2022 | December 31, 2025 |
12 | Большие данные с точки зрения права: введение в проблематику | https://openedu.ru/course/spbu/BIGDATALAW/?session=self_paced_2022 | СПбГУ | March 21, 2022 | December 31, 2025 |
13 | Цифровые двойники изделий | https://openedu.ru/course/spbstu/DIGTWIN/?session=fall_2025 | Политех | September 8, 2025 | December 2, 2025 |
14 | Культурология | https://openedu.ru/course/hse/CULT/?session=2022 | НИУ ВШЭ | November 1, 2022 | January 1, 2030 |
15 | Managing Diverse Talent | https://openedu.ru/course/spbu/GENIUS2/?session=self_paced_2022 | СПбГУ | March 30, 2022 | January 1, 2026 |
16 | Математическая статистика и А/В тестирование | https://openedu.ru/course/hse/MATHSTAT_spec/?session=2023 | НИУ ВШЭ | November 7, 2023 | January 1, 2030 |
17 | Основы противодействия финансированию терроризма и распространения оружия массового уничтожения в российских коммерческих банках | https://openedu.ru/course/mephi/focftpw/?session=fall_2025 | НИЯУ МИФИ | September 10, 2025 | January 20, 2026 |
18 | Линейная алгебра и аналитическая геометрия | https://openedu.ru/course/spbstu/ALGGEO/?session=fall_2025 | Политех | September 29, 2025 | December 22, 2025 |
19 | Веб-программирование | https://openedu.ru/course/mephi/mephi_webprogr/?session=fall_2025 | НИЯУ МИФИ | September 10, 2025 | January 20, 2026 |
20 | Теория игр | https://openedu.ru/course/hse/TIGR/?session=2022 | НИУ ВШЭ | November 1, 2022 | January 1, 2030 |
21 | Агроландшафты: основы рационального использования | https://openedu.ru/course/spbu/AGRLAND/?session=spring_2021 | СПбГУ | February 3, 2021 | December 31, 2025 |
22 | Молекулярно-клеточные механизмы нарушения гемостаза | https://openedu.ru/course/spbstu/MEHEM/?session=fall_2025 | Политех | October 6, 2025 | January 12, 2026 |
23 | Занимательный блокчейн | https://openedu.ru/course/spbu/ENTERBLOCK/?session=self_paced2021 | СПбГУ | July 22, 2021 | January 1, 2026 |
24 | Инженерия знаний | https://openedu.ru/course/spbstu/KNOWENG/?session=fall_2025 | Политех | September 22, 2025 | December 15, 2025 |
25 | Русский как иностранный: B1+. Часть 2 | https://openedu.ru/course/spbu/RKI_B1_2/?session=self_paced_2023 | СПбГУ | June 5, 2023 | December 31, 2025 |
26 | Перспективы применения специальных строительных материалов в атомной отрасли | https://openedu.ru/course/mephi/mephi_strmater/?session=fall_2025 | НИЯУ МИФИ | September 10, 2025 | January 20, 2026 |
27 | Телекоммуникационные и компьютерные технологии в рекламе и связях с общественностью | https://openedu.ru/course/spbu/TCT/?session=spring_2021 | СПбГУ | February 15, 2021 | January 1, 2026 |
28 | Основы машинного обучения | https://openedu.ru/course/hse/INTRML/?session=2022 | НИУ ВШЭ | November 1, 2022 | January 1, 2030 |
29 | Креативные техники живописи | https://openedu.ru/course/spbu/ART_PRACTICE_2/?session=self_paced_2023 | СПбГУ | January 17, 2024 | December 31, 2025 |
30 | Общая химия: демонстрационные опыты (Приложение к онлайн-курсу "Общая химия") | https://openedu.ru/course/misis/DEM/?session=demo | НИТУ МИСИС | February 27, 2023 | July 1, 2030 |
31 | Персидский язык: разговорный курс. Часть 1 | https://openedu.ru/course/spbu/PERS/?session=spring_2021 | СПбГУ | February 15, 2021 | January 1, 2026 |
32 | Язык, культура и межкультурная коммуникация | https://openedu.ru/course/msu/LANG/?session=fall_2025 | МГУ имени М.В.Ломоносова | September 8, 2025 | December 1, 2025 |
33 | Персидский язык: разговорный курс. Часть 2 | https://openedu.ru/course/spbu/PERS2/?session=spring_2021 | СПбГУ | February 15, 2021 | January 1, 2026 |
34 | Стохастические методы защиты информации | https://openedu.ru/course/mephi/mephi_stohmeth/?session=fall_2025 | НИЯУ МИФИ | September 10, 2025 | January 20, 2026 |
35 | Деловой китайский: базовый уровень. Часть 2 | https://openedu.ru/course/spbu/BUSCHIN1_2/?session=self_paced_2025 | СПбГУ | April 19, 2025 | December 31, 2025 |
36 | Алгоритмы и структуры данных-1 | https://openedu.ru/course/hse/ADS_1/?session=2023 | НИУ ВШЭ | October 24, 2023 | January 1, 2030 |
37 | Макроэкономика | https://openedu.ru/course/spbu/MACRO/?session=2023 | СПбГУ | February 1, 2023 | December 31, 2025 |
38 | Объектно-ориентированное программирование на языке С# | https://openedu.ru/course/hse/OOPLANGC_sp/?session=2023 | НИУ ВШЭ | May 22, 2024 | January 1, 2030 |
39 | Язык программирования C++. Часть 1. Процедурное программирование | https://openedu.ru/course/mephi/mephi_pro/?session=fall_2025 | НИЯУ МИФИ | September 10, 2025 | January 20, 2026 |
40 | Учись наглядно! Визуализация в обучении | https://openedu.ru/course/spbu/STUDY/?session=self_paced_2022 | СПбГУ | August 15, 2022 | December 31, 2025 |
41 | Макроэкономика (Macroeconomics) | https://openedu.ru/course/hse/MACREC/?session=2023 | НИУ ВШЭ | March 28, 2023 | January 1, 2030 |
42 | Computational Chemistry from Molecular Properties to Reactions: Learning-by-Doing | https://openedu.ru/course/spbu/CHEMISTRY_MODELING_ENG/?session=2022 | СПбГУ | November 3, 2023 | December 31, 2025 |
43 | Технологии информационного моделирования: управление требованиями и проверка качества информационной модели | https://openedu.ru/course/spbstu/TIM/?session=fall_2025 | Политех | September 8, 2025 | December 8, 2025 |
44 | Китайская иероглифика: основы | https://openedu.ru/course/spbu/HANZI/?session=spring_2021 | СПбГУ | February 15, 2021 | January 1, 2026 |
45 | Развитие ресурсов организма | https://openedu.ru/course/urfu/Inclus_M2/?session=fall_2025 | УрФУ | August 31, 2025 | January 30, 2026 |
46 | Русский как иностранный: от А2 к В1. Туризм. Часть 2 | https://openedu.ru/course/spbu/RKI_TOURISM_A2B1_2/?session=self_paced_2025 | СПбГУ | March 31, 2025 | December 31, 2025 |
47 | Русский как иностранный: от А2 к В1. Туризм. Часть 1 | https://openedu.ru/course/spbu/RKI_TOURISM_A2B1_1/?session=self_paced_2025 | СПбГУ | March 31, 2025 | December 31, 2025 |
48 | Arabic for Beginners. Part 3 | https://openedu.ru/course/spbu/ARABIC3/?session=self_paced_2022 | СПбГУ | June 23, 2022 | December 31, 2025 |
49 | Прокурорский надзор: как защитить свои права | https://openedu.ru/course/spbu/PROKUROR/?session=self_paced_2025 | СПбГУ | June 9, 2025 | January 1, 2026 |
50 | Общая социология | https://openedu.ru/course/hse/GSOC/?session=2022 | НИУ ВШЭ | November 1, 2022 | January 1, 2030 |
51 | Хинди для начинающих. Часть 1 | https://openedu.ru/course/spbu/HINDI1/?session=self_paced_2023 | СПбГУ | March 16, 2024 | December 31, 2025 |
52 | Теория вероятностей и ее приложения | https://openedu.ru/course/hse/prob_theory/?session=2022 | НИУ ВШЭ | October 17, 2023 | January 1, 2033 |
53 | Введение в системную инженерию | https://openedu.ru/course/mephi/mephi_vsi/?session=fall_2025 | НИЯУ МИФИ | September 10, 2025 | January 20, 2026 |
54 | Сбор и анализ данных в Python | https://openedu.ru/course/hse/Python_spec/?session=2023 | НИУ ВШЭ | November 7, 2023 | January 1, 2030 |
55 | Основы Java. Базовый уровень | https://openedu.ru/course/spbu/JAVABASICS1/?session=self_paced_2023 | СПбГУ | June 30, 2022 | December 31, 2025 |
56 | Квантовая механика. Часть 1. Основы квантовой механики | https://openedu.ru/course/mephi/mephi_qm_p1/?session=fall_2025 | НИЯУ МИФИ | September 10, 2025 | January 20, 2026 |
57 | Ислам: история, культура, практика | https://openedu.ru/course/spbu/ISLCUL/?session=spring_2021 | СПбГУ | February 15, 2021 | January 1, 2026 |
58 | Программирование фрезерной обработки с применением SprutCAM | https://openedu.ru/course/mephi/mephi_pfopfc/?session=fall_2025 | НИЯУ МИФИ | September 10, 2025 | January 20, 2026 |
59 | Физика в опытах. Часть 4. Волны и оптика | https://openedu.ru/course/mephi/FVO4VIO/?session=fall_2025 | НИЯУ МИФИ | September 10, 2025 | January 20, 2026 |
60 | Основы квантовой физики и квантовой информатики. Часть 1 | https://openedu.ru/course/mephi/mephi_pbqi/?session=fall_2025 | НИЯУ МИФИ | September 10, 2025 | January 20, 2026 |
61 | Английский для начинающих. Часть 1 | https://openedu.ru/course/spbu/ENGSTART1/?session=self_paced_2023 | СПбГУ | November 15, 2023 | December 31, 2025 |
62 | Управление изменениями | https://openedu.ru/course/mephi/mephi_uiz/?session=fall_2025 | НИЯУ МИФИ | September 10, 2025 | January 20, 2026 |
63 | The Gems of Middle Eastern Literature | https://openedu.ru/course/spbu/LITGEMS_ENG/?session=self_paced_2022 | СПбГУ | January 20, 2023 | December 31, 2025 |
64 | Basic Skills of Constructive Communication | https://openedu.ru/course/spbstu/BSCONCOM/?session=fall_2025 | Политех | October 6, 2025 | December 15, 2025 |
65 | Introduction to Data Analysis | https://openedu.ru/course/spbu/DATA_ANALYSIS/?session=spring_2023 | СПбГУ | December 16, 2022 | December 31, 2025 |
66 | Прикладное программирование на языке Python | https://openedu.ru/course/urfu/PYAP/?session=fall_2025 | УрФУ | August 31, 2025 | January 30, 2026 |
67 | Информационные ресурсы в экономико-управленческих исследованиях | https://openedu.ru/course/spbu/INFRES/?session=self_paced_2022 | СПбГУ | September 28, 2022 | December 31, 2025 |
68 | Имитационное моделирование транспортных процессов | https://openedu.ru/course/spbstu/SIMOD/?session=fall_2025 | Политех | September 15, 2025 | December 22, 2025 |
69 | Mathematical Game Theory | https://openedu.ru/course/spbu/MATTHEGAM_ENG/?session=spring_2023 | СПбГУ | December 21, 2022 | January 1, 2026 |
70 | Теория вероятностей и математическая статистика для инженеров | https://openedu.ru/course/urfu/TheorVer/?session=fall_2025 | УрФУ | August 31, 2025 | January 30, 2026 |
71 | Введение в теорию ферромагнетизма | https://openedu.ru/course/mephi/mephi_ittf/?session=fall_2025 | НИЯУ МИФИ | September 10, 2025 | January 20, 2026 |
72 | История российской цивилизации | https://openedu.ru/course/urfu/HISTRUSCIV/?session=fall_2025 | УрФУ | September 1, 2025 | January 30, 2026 |
73 | Structure of Matter: Atoms, Molecules, Nanomaterials. Part 2 | https://openedu.ru/course/spbu/CHEM_ENG2/?session=spring_2023 | СПбГУ | December 26, 2022 | January 1, 2026 |
74 | Бухгалтерский учет | https://openedu.ru/course/spbstu/ACCOUNT/?session=fall_2025 | Политех | September 1, 2025 | December 29, 2025 |
75 | Цифровая трансформация бизнеса | https://openedu.ru/course/spbu/DIGBUS/?session=spring_2021 | СПбГУ | February 15, 2021 | January 1, 2026 |
76 | Термодинамика неравновесных состояний | https://openedu.ru/course/misis/N_CHTHER/?session=fall_2025 | НИТУ МИСИС | August 20, 2025 | January 29, 2026 |
77 | Биоэтика | https://openedu.ru/course/spbstu/BIOETHICS/?session=fall_2025 | Политех | October 6, 2025 | December 22, 2025 |
78 | Общая геология. Планета Земля: образование, строение, эволюция | https://openedu.ru/course/msu/EARTH/?session=fall_2025 | МГУ имени М.В.Ломоносова | September 8, 2025 | December 1, 2025 |
79 | Business Strategies for Emerging Markets | https://openedu.ru/course/hse/BUSSTREMMAR/?session=2023 | НИУ ВШЭ | December 29, 2023 | January 1, 2030 |
80 | Турецкий для начинающих: разговорный курс. Часть 1 | https://openedu.ru/course/spbu/TURK/?session=self_paced_2025 | СПбГУ | April 24, 2025 | January 1, 2026 |
81 | Startup: How to Build a Successful Business? | https://openedu.ru/course/spbu/STRTP_ENG/?session=self_paced_2022 | СПбГУ | December 22, 2022 | January 1, 2026 |
82 | Уголовный процесс | https://openedu.ru/course/spbu/CRIMPROC/?session=spring_2021 | СПбГУ | February 15, 2021 | January 1, 2026 |
83 | Социальная психология | https://openedu.ru/course/spbu/PSYSOCIAL/?session=self_paced_2024 | СПбГУ | October 31, 2024 | December 31, 2025 |
84 | Arabic for Beginners. Part 4 | https://openedu.ru/course/spbu/ARABIC4/?session=self_paced_2022 | СПбГУ | January 30, 2023 | December 31, 2025 |
85 | Системы автоматизированного проектирования технологических процессов | https://openedu.ru/course/mephi/avt_pr/?session=fall_2025 | НИЯУ МИФИ | September 10, 2025 | January 20, 2026 |
86 | Украина: морфология и мифология | https://openedu.ru/course/spbu/SPEC/?session=self_paced_2022 | СПбГУ | March 17, 2022 | December 31, 2025 |
87 | Обращение с радиоактивными отходами. Часть 1 | https://openedu.ru/course/mephi/mephi_obrsoth/?session=fall_2025 | НИЯУ МИФИ | September 10, 2025 | January 20, 2026 |
88 | Русский как иностранный: от А2 к В1. Медицина. Часть 4 | https://openedu.ru/course/spbu/RKI_MED_A2B1_4/?session=self_paced_2025 | СПбГУ | March 31, 2025 | December 31, 2025 |
89 | Работа в издательской системе LaTeX. Подготовка научных текстов с использованием специализированного программного обеспечения. Часть 2 | https://openedu.ru/course/mephi/mephi_rvisLaTeX2/?session=fall_2025 | НИЯУ МИФИ | September 10, 2025 | January 20, 2026 |
90 | Зрительное восприятие и обман зрения | https://openedu.ru/course/spbu/ZRI_VOS/?session=spring_2021 | СПбГУ | February 15, 2021 | January 1, 2026 |
91 | Экономическая психология | https://openedu.ru/course/hse/ECPSY/?session=2022 | НИУ ВШЭ | November 1, 2022 | January 1, 2030 |
92 | Doing Business in Russia | https://openedu.ru/course/spbu/RUSBUS/?session=spring_2023 | СПбГУ | December 14, 2022 | December 31, 2025 |
93 | Sales Management | https://openedu.ru/course/spbstu/SALESMAN/?session=fall_2025 | Политех | October 6, 2025 | December 29, 2025 |
94 | Русский как иностранный: от А2 к В1. Часть 3 | https://openedu.ru/course/spbu/RUSA2B1_3/?session=self_paced_2022 | СПбГУ | December 26, 2022 | December 31, 2025 |
95 | История искусства Кореи | https://openedu.ru/course/hse/KOREA/?session=2022 | НИУ ВШЭ | November 1, 2022 | November 1, 2030 |
96 | Вакуумные системы и технологии | https://openedu.ru/course/mephi/mephi_vst/?session=fall_2025 | НИЯУ МИФИ | September 10, 2025 | January 20, 2026 |
97 | Системное и критическое мышление в бизнесе | https://openedu.ru/course/mephi/mephi_skmb/?session=fall_2025 | НИЯУ МИФИ | September 10, 2025 | January 20, 2026 |
98 | Финансовый анализ | https://openedu.ru/course/spbstu/FINANALYSIS/?session=fall_2025 | Политех | September 8, 2025 | December 22, 2025 |
99 | Protists: Evolution and Ecology of Microbial Eukaryotes | https://openedu.ru/course/spbu/PROTIST/?session=spring_2023 | СПбГУ | December 21, 2022 | December 26, 2025 |
100 | Управление мощностью и полем энерговыделения реактора ВВЭР | https://openedu.ru/course/mephi/ymp/?session=fall_2025 | НИЯУ МИФИ | September 10, 2025 | January 20, 2026 |
1.2k OpenEdu.ru courses (2025)
Overview
The dataset contains structured information about courses from the OpenEdu.ru platform: course cards with basic metadata, extended information extracted from each individual course page, and a mapping between course directions (groups). It is useful for analysing educational programmes, searching via metadata, and training text-classification models, including RuBERT and other transformers, because it includes direction codes that can serve as target labels. It can be used to train LLMs to predict students' skills based on course content.
Provenance
The dataset was collected from publicly available pages on the OpenEdu.ru platform in November 2025. Basic course information was extracted from the main catalogue using Selenium with Firefox and geckodriver to load dynamically generated content, and detailed course data were retrieved from individual course pages using Requests and BeautifulSoup with the lxml parser. User-Agent values were randomised during scraping, and parallel processing was performed with a thread pool. All text fields and dates were preserved in the exact format presented on the website.
- Downloads last month
- 23