Skip to content

Commit ed112f9

Browse files
tomvannuenenclaude
andcommitted
Fix workshop categorization - move SQL workshops to proper categories
- Move Python SQL Fundamentals from Other to Python category - Move Python SQL Intermediate from Other to Python category - Move R SQL Fundamentals from Other to R category - Ensures Python-related workshops appear in Python section - Ensures R-related workshops appear in R section 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent fee0998 commit ed112f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_data/workshops.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ workshops:
9696
datahub_url: https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdlab-berkeley%2FPython-Web-Scraping&urlpath=tree%2FPython-Web-Scraping%2F
9797
binder_url: https://mybinder.org/v2/gh/dlab-berkeley/Python-Web-Scraping/main
9898
- title: Python SQL Fundamentals
99-
category: other
99+
category: python
100100
level: introductory
101101
github_url: https://github.com/dlab-berkeley/Python-SQL-Fundamentals
102102
description: This workshop introduces the fundamentals of SQL, with a focus on using
@@ -353,7 +353,7 @@ workshops:
353353
datahub_url: https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdlab-berkeley%2FPython-NLP-Fundamentals&urlpath=tree%2FPython-NLP-Fundamentals%2F
354354
binder_url: https://mybinder.org/v2/gh/dlab-berkeley/Python-NLP-Fundamentals/main
355355
- title: R SQL Fundamentals
356-
category: other
356+
category: r
357357
level: introductory
358358
github_url: https://github.com/dlab-berkeley/R-SQL-Fundamentals
359359
description: In this workshop, we provide an introduction to using SQL to query
@@ -373,7 +373,7 @@ workshops:
373373
prerequisites: []
374374
duration: 60 minutes
375375
- title: Python SQL Intermediate
376-
category: other
376+
category: python
377377
level: intermediate
378378
github_url: https://github.com/dlab-berkeley/Python-SQL-Intermediate
379379
description: This intermediate SQL workshop builds on foundational skills to deepen

0 commit comments

Comments
 (0)