From 5055665950de8f4127f829a429a2c69f9e9273c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CMSS3-ALSULAIMA=E2=80=9D?= <Mohammed3.Alsulaimani@live.uwe.ac.uk> Date: Thu, 16 Nov 2023 04:58:58 +0400 Subject: [PATCH] Development Report --- UFCFVQ-15-M Programming Task 2 Template.ipynb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/UFCFVQ-15-M Programming Task 2 Template.ipynb b/UFCFVQ-15-M Programming Task 2 Template.ipynb index 975e129..e58558e 100644 --- a/UFCFVQ-15-M Programming Task 2 Template.ipynb +++ b/UFCFVQ-15-M Programming Task 2 Template.ipynb @@ -568,7 +568,15 @@ { "cell_type": "markdown", "metadata": {}, - "source": [] + "source": [ + "Firstly I began by importing two CSV files into groups of data called DataFrames using Pythons Pandas library. This allowed me to handle the data efficiently. Then I merged these DataFrames based on the 'id_student' column to consolidate all the data in one place. Following that I performed data cleanup by removing any missing information and unnecessary columns enabling us to focus on the data.\n", + "\n", + "For clarity I renamed columns and filtered out rows with a low number of click events. Subsequently I saved this cleaned up dataset, into a CSV file. Additionally I calculated the number of clicks and final marks for age groups. This analysis provided insights into how various age groups engage with and perform in the material. To visualize these averages effectively and spot patterns easily I utilized graph making tools such as Matplotlib and Seaborn.\n", + "\n", + "The key strength of my approach was its simplicity while leveraging Pandas powerful capabilities, for handling this type of data. However it's worth noting that I didn't account for any data points that could skew the averages. In analyses it would be beneficial to identify and address outliers.\n", + "\n", + "One alternative approach to enhance your improvements is to consider employing techniques, such, as statistical methods or machine learning algorithms. These methods can help you gain an understanding and extract valuable insights, from the data.\n" + ] }, { "cell_type": "markdown", -- GitLab