Skip to content

CelineHarakee/CS40741-Big-Data-Analytics-Reports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

CS40741-Big-Data-Analytics-Reports

Welcome to the Lab Problems & Solutions Repository for this course. This repository is designed to help students learn from each other by documenting:

  • Issues faced during labs
  • Error messages encountered
  • Steps taken to solve them
  • Final solutions and explanations

By sharing problems and fixes, we build a collaborative knowledge base that benefits everyone now and in future semesters.


Purpose

During lab sessions, many students face similar challenges. Instead of solving them individually and forgetting the solution, this repository allows us to:

  • Document common errors
  • Share debugging strategies
  • Understand root causes
  • Learn best practices
  • Improve problem-solving skills

Repository Structure

Labs/
│
├── Lab1/
│   ├── Problem1.md
│   ├── Problem2.md
│
├── Lab2/
│   ├── Problem1.md
│   ├── Problem2.md
│
Templates/
│   └── problem_template.md
  • Each lab has its own folder.
  • Each problem has its own Markdown file.
  • A template is provided to ensure consistency.

How to Submit a Problem Report

Submit via GitHub Issues

Step 1: Go to the "Issues" Tab

  1. Open the main repository.
  2. Click on the Issues tab.
  3. Click New Issue.

Step 2: Create Your Report

  1. Title your issue using this format:
LabNumber - Short Problem Title

Example:

Lab3 - FileNotFoundError when loading dataset
  1. Copy the template from the Templates folder.
  2. Fill in all required sections clearly.
  3. Click Submit new issue.

When submitting via Issues, please assign the appropriate label.

Collaboration

Students are encouraged to:

  • Read previous reports before asking questions.
  • Improve unclear explanations.
  • Suggest alternative solutions.
  • Add comments for clarification.

Learning happens best when we share knowledge.

About

Big Data Analytics Lab Issues & Solutions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors