From 59b776a4c8316472c99cb3f599e5a71b209a28db Mon Sep 17 00:00:00 2001 From: harshavardhini0 <149713966+harshavardhini0@users.noreply.github.com> Date: Fri, 2 May 2025 15:37:40 +0530 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Problem Statement: Analyze the trend in school establishments across Indian states over the years and identify which types of school management (e.g., Government, Private, Local Body) have seen the most growth. Objective: 1. Identify Growth Trends – Analyze how school establishments have changed over the years and predict future trends. 2. Management-Wise Insights – Determine which type of school management (State Govt, Private, etc.) has grown the most. 3. Private vs. Government Schools – Compare the growth of private schools against government-funded schools. 4. Peak and Low Years Analysis– Identify the years with the highest and lowest school establishment rates. 5. Cumulative Growth Visualization– Track and visualize the total number of schools increasing over time. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0d4bba..00b3a11 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Data-Science_Project +# Data-Science_Project Problem Statement: Analyze the trend in school establishments across Indian states over the years and identify which types of school management (e.g., Government, Private, Local Body) have seen the most growth.