Upload folder using huggingface_hub
Browse files- ._README.md +0 -0
- ._data +0 -0
- README.md +76 -0
- data/._courses.csv +0 -0
- data/._departments.csv +0 -0
- data/._enrollments.csv +0 -0
- data/._semesters.csv +0 -0
- data/._students.csv +0 -0
- data/courses.csv +40 -0
- data/departments.csv +9 -0
- data/enrollments.csv +0 -0
- data/semesters.csv +7 -0
- data/students.csv +0 -0
._README.md
ADDED
|
Binary file (4.1 kB). View file
|
|
|
._data
ADDED
|
Binary file (4.1 kB). View file
|
|
|
README.md
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-classification
|
| 5 |
+
- tabular-regression
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- university
|
| 10 |
+
- grades
|
| 11 |
+
- student-records
|
| 12 |
+
- transcript
|
| 13 |
+
- lms
|
| 14 |
+
- higher-education
|
| 15 |
+
- enrollment
|
| 16 |
+
- course-catalog
|
| 17 |
+
- synthetic-data
|
| 18 |
+
- gpa
|
| 19 |
+
- mindweave
|
| 20 |
+
- test-data
|
| 21 |
+
- education
|
| 22 |
+
- academic
|
| 23 |
+
- edtech
|
| 24 |
+
pretty_name: University Student Grades & Enrollment Dataset
|
| 25 |
+
size_categories:
|
| 26 |
+
- 10K<n<100K
|
| 27 |
+
configs:
|
| 28 |
+
- config_name: courses
|
| 29 |
+
data_files: data/courses.csv
|
| 30 |
+
default: true
|
| 31 |
+
- config_name: departments
|
| 32 |
+
data_files: data/departments.csv
|
| 33 |
+
- config_name: enrollments
|
| 34 |
+
data_files: data/enrollments.csv
|
| 35 |
+
- config_name: semesters
|
| 36 |
+
data_files: data/semesters.csv
|
| 37 |
+
- config_name: students
|
| 38 |
+
data_files: data/students.csv
|
| 39 |
+
---
|
| 40 |
+
|
| 41 |
+
# University Student Grades & Enrollment Dataset
|
| 42 |
+
|
| 43 |
+
Academic records for a simulated mid-size US university (4,200 students) over
|
| 44 |
+
6 semesters (Fall 2021 - Spring 2024). Includes student demographics, course
|
| 45 |
+
catalog, enrollment records, and grades with realistic GPA distributions.
|
| 46 |
+
|
| 47 |
+
Features grade inflation trend, prerequisite enforcement, major-specific
|
| 48 |
+
performance patterns, and two anomalies: a COVID remote-semester grade bump
|
| 49 |
+
and a cheating scandal causing mass failures in one course.
|
| 50 |
+
|
| 51 |
+
Ideal for: LMS development, academic analytics, student retention modeling,
|
| 52 |
+
grade prediction ML, and education data warehouse testing.
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
## Tables
|
| 56 |
+
|
| 57 |
+
| Table | Rows |
|
| 58 |
+
|-------|------|
|
| 59 |
+
| courses | 39 |
|
| 60 |
+
| departments | 8 |
|
| 61 |
+
| enrollments | 34,314 |
|
| 62 |
+
| semesters | 6 |
|
| 63 |
+
| students | 4,200 |
|
| 64 |
+
| **Total** | **38,567** |
|
| 65 |
+
|
| 66 |
+
## Formats
|
| 67 |
+
|
| 68 |
+
- CSV (in `data/` directory)
|
| 69 |
+
- Parquet (available in full version)
|
| 70 |
+
- SQLite (available in full version)
|
| 71 |
+
|
| 72 |
+
## About
|
| 73 |
+
|
| 74 |
+
Generated by [Mindweave Technologies](https://mindweave.tech) — realistic synthetic datasets for developers, QA teams, and data engineers.
|
| 75 |
+
|
| 76 |
+
Browse all datasets: [mindweavetech.gumroad.com](https://mindweavetech.gumroad.com)
|
data/._courses.csv
ADDED
|
Binary file (4.1 kB). View file
|
|
|
data/._departments.csv
ADDED
|
Binary file (4.1 kB). View file
|
|
|
data/._enrollments.csv
ADDED
|
Binary file (4.1 kB). View file
|
|
|
data/._semesters.csv
ADDED
|
Binary file (4.1 kB). View file
|
|
|
data/._students.csv
ADDED
|
Binary file (4.1 kB). View file
|
|
|
data/courses.csv
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,department_id,code,name,credits,level
|
| 2 |
+
1,1,CSCI-130,American Literature,4,undergraduate
|
| 3 |
+
2,1,CSCI-219,General Biology I,3,undergraduate
|
| 4 |
+
3,1,CSCI-305,Technical Writing,3,undergraduate
|
| 5 |
+
4,1,CSCI-445,Data Structures and Algorithms,3,undergraduate
|
| 6 |
+
5,1,CSCI-540,US History Since 1865,3,undergraduate
|
| 7 |
+
6,1,CSCI-643,Human Resource Management,3,undergraduate
|
| 8 |
+
7,2,BUSA-145,Statistics for Business,3,undergraduate
|
| 9 |
+
8,2,BUSA-207,Research Methods,3,undergraduate
|
| 10 |
+
9,2,BUSA-324,Financial Accounting,3,undergraduate
|
| 11 |
+
10,2,BUSA-406,Organic Chemistry,3,undergraduate
|
| 12 |
+
11,3,ENGL-120,Ethics in Technology,3,undergraduate
|
| 13 |
+
12,3,ENGL-202,Environmental Science,3,undergraduate
|
| 14 |
+
13,3,ENGL-330,Managerial Accounting,3,undergraduate
|
| 15 |
+
14,3,ENGL-428,Statistics for Business,3,undergraduate
|
| 16 |
+
15,4,MATH-105,Calculus I,3,undergraduate
|
| 17 |
+
16,4,MATH-222,Human Resource Management,3,undergraduate
|
| 18 |
+
17,4,MATH-336,Operating Systems,3,undergraduate
|
| 19 |
+
18,4,MATH-448,General Psychology,4,undergraduate
|
| 20 |
+
19,4,MATH-507,Microeconomics,3,undergraduate
|
| 21 |
+
20,5,PSYC-143,Abnormal Psychology,3,undergraduate
|
| 22 |
+
21,5,PSYC-213,Discrete Mathematics,3,undergraduate
|
| 23 |
+
22,5,PSYC-325,Database Systems,3,undergraduate
|
| 24 |
+
23,5,PSYC-431,World History to 1500,3,undergraduate
|
| 25 |
+
24,5,PSYC-539,American Literature,4,undergraduate
|
| 26 |
+
25,5,PSYC-609,Statistics for Business,3,undergraduate
|
| 27 |
+
26,6,EDUC-122,Public Speaking,3,undergraduate
|
| 28 |
+
27,6,EDUC-248,Capstone Project,3,undergraduate
|
| 29 |
+
28,6,EDUC-314,Linear Algebra,4,undergraduate
|
| 30 |
+
29,6,EDUC-433,Business Law,3,undergraduate
|
| 31 |
+
30,6,EDUC-524,Operating Systems,3,undergraduate
|
| 32 |
+
31,6,EDUC-633,Database Systems,3,undergraduate
|
| 33 |
+
32,7,BIOL-149,Introduction to Education,4,undergraduate
|
| 34 |
+
33,7,BIOL-203,Calculus I,3,undergraduate
|
| 35 |
+
34,7,BIOL-326,Technical Writing,3,undergraduate
|
| 36 |
+
35,7,BIOL-445,Calculus II,3,undergraduate
|
| 37 |
+
36,8,HIST-142,Macroeconomics,3,undergraduate
|
| 38 |
+
37,8,HIST-239,Calculus I,3,undergraduate
|
| 39 |
+
38,8,HIST-312,General Psychology,3,undergraduate
|
| 40 |
+
39,8,HIST-433,Abnormal Psychology,3,undergraduate
|
data/departments.csv
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,name,college,code
|
| 2 |
+
1,Computer Science,Engineering,CSCI
|
| 3 |
+
2,Business Administration,Business,BUSA
|
| 4 |
+
3,English Literature,Arts & Sciences,ENGL
|
| 5 |
+
4,Mathematics,Engineering,MATH
|
| 6 |
+
5,Psychology,Arts & Sciences,PSYC
|
| 7 |
+
6,Education,Education,EDUC
|
| 8 |
+
7,Biology,Arts & Sciences,BIOL
|
| 9 |
+
8,History,Arts & Sciences,HIST
|
data/enrollments.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/semesters.csv
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,name,start,end,note
|
| 2 |
+
1,Fall 2021,2021-08-23,2021-12-10,
|
| 3 |
+
2,Spring 2022,2022-01-10,2022-05-06,
|
| 4 |
+
3,Fall 2022,2022-08-22,2022-12-09,hybrid/remote semester
|
| 5 |
+
4,Spring 2023,2023-01-09,2023-05-05,cheating scandal semester
|
| 6 |
+
5,Fall 2023,2023-08-21,2023-12-08,
|
| 7 |
+
6,Spring 2024,2024-01-08,2024-05-03,
|
data/students.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|