Skip to content

NCSU-Libraries/ai_in_data_science

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NC State University Libraries Logo

NC State University Libraries Python Workshops

NC State Libraries Workshops Data Science Services GetDataHelp Email: getdatahelp@ncsu.edu

AI in Data Science Workshops

This repository is organized by workshop so each content area can scale independently.

Workshop Structure

workshops/
  <workshop_slug>/
    README.md
    data/
    notebookLM/ (optional)
    *.ipynb

Available Workshops

ER Wait Time Data Analysis

Engine Production Analysis

Adding a New Workshop

  1. Create a new folder in workshops/<new_workshop_slug>/
  2. Add a workshop-specific README.md
  3. Add notebooks, data/, and any supporting resources
  4. Add an entry in the Available Workshops section above

Global Files

  • requirements.txt contains shared Python dependencies.
  • assets/ contains shared branding assets used across workshop docs.

License

This project is licensed under the MIT License - see the LICENSE file for details.