ai-assignment-grader / sample_data /sample_assignment.txt
cksajil
initial commit: AI Assignment Grader — local LLM grading with Qwen2.5-Coder
35a8d26
Raw
History Blame Contribute Delete
685 Bytes
ASSIGNMENT: Data Analysis with Python (ANN Assignment)
OBJECTIVE
Perform a complete data analysis pipeline on a dataset of your choice
demonstrating data loading, exploration, cleaning, analysis, and visualisation.
REQUIREMENTS
1. Load and explore the dataset (display shape, data types, null counts, summary statistics)
2. Clean the data (handle missing values appropriately, remove duplicates, fix data types)
3. Perform statistical analysis with at least 2 meaningful visualisations with titles and labels
4. Write clean, well-commented, PEP8-compliant code with meaningful variable names
SUBMISSION
Submit as a Jupyter Notebook (.ipynb) with all cells executed.
Total marks: 25