course string | course_code string | assignments list | points_possible dict | total_points int64 | score_threshold_percent int64 | attendance_threshold_percent int64 | required_fee_status string | students_under_review list |
|---|---|---|---|---|---|---|---|---|
Data Analytics Bootcamp | DAB-101 | [
"Data Cleaning Project",
"Interactive Dashboard",
"Capstone Presentation"
] | {
"Data Cleaning Project": 100,
"Interactive Dashboard": 150,
"Capstone Presentation": 200
} | 450 | 78 | 85 | paid | [
"Ava Thompson",
"Liam Carter",
"Mia Nguyen",
"Noah Patel",
"Emma Wilson",
"Lucas Martinez",
"Sophia Kim",
"James Johnson",
"Isabella Davis"
] |
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Fall 2026 Certification Rubric
Rubric
{
"course": "Data Analytics Bootcamp",
"course_code": "DAB-101",
"assignments": [
"Data Cleaning Project",
"Interactive Dashboard",
"Capstone Presentation"
],
"points_possible": {
"Data Cleaning Project": 100,
"Interactive Dashboard": 150,
"Capstone Presentation": 200
},
"total_points": 450,
"score_threshold_percent": 78,
"attendance_threshold_percent": 85,
"required_fee_status": "paid",
"students_under_review": [
"Ava Thompson",
"Liam Carter",
"Mia Nguyen",
"Noah Patel",
"Emma Wilson",
"Lucas Martinez",
"Sophia Kim",
"James Johnson",
"Isabella Davis"
]
}
Source snapshot
The analytics warehouse holding each student's attendance rate and fee status is seeded for this audit; locate the database whose name contains the token CANVAS_HUGGINGFACE_SNOWFLAKE_2946 and read table CERTIFICATION_SOURCE.
- Downloads last month
- 79