From 120bb54cffce42a09ac0ed6737ff5ebb5cda2f98 Mon Sep 17 00:00:00 2001 From: imDarshanGK Date: Mon, 3 Mar 2025 17:12:08 +0530 Subject: [PATCH 1/3] Remove duplicate content in README and consolidate sections (Fixes #635) --- readme.md | 47 ++++++++++++++++------------------------------- 1 file changed, 16 insertions(+), 31 deletions(-) diff --git a/readme.md b/readme.md index cb827c3..aea3a39 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -

Stackoverflow Analysis Guidelines

+# Stackoverflow Analysis Guidelines ![Stackoverflow Logo](https://stackoverflow.design/assets/img/logos/so/logo-stackoverflow.png) @@ -15,12 +15,9 @@ GitHub contributors License Badge - - - [![](https://visitcount.itsvg.in/api?id=gssoc-postman&label=Profile%20Views&color=0&icon=5&pretty=true)](https://visitcount.itsvg.in) -This is the all in one place for documentation help regarding the postman challenge. +This is the all-in-one place for documentation help regarding the Postman challenge. ## πŸ‘¨β€πŸ’» Demo Video @@ -49,39 +46,28 @@ We welcome contributions from all levels of experience. If you think the communi ## Finding Insights from Stack Overflow Developer Survey ### Objective: -To perform Analysis on 3 years Stackoverflow dataset to gain insights. +To perform analysis on the last 3 years of Stack Overflow data to gain insights into developer trends and behaviors. ### Goals: -- Analyze the impact of higher education on the salary of the surveyed developers. -- Investigate the impact of education/experience/responsibilities on gender inequalities. -- Examine the impact on participation rates due to different ethnicities. -- Determine if there is a difference between men's and women's incomes. -- Analyze the increase in popularity of a language in the current year due to the developer’s interest in the previous year. - -Stack Overflow is a professional community for developers, conducting an annual survey. Analyzing the dataset professionally using modern tools can enable us to answer real-world questions effectively. The dataset covers 275 questions in total. - -### Project Goals: +- Analyze the impact of higher education, experience, and responsibilities on salary and gender inequalities. +- Investigate participation rates based on ethnicity and differences in income between men and women. +- Explore the popularity of programming languages and predict their growth based on survey responses. +- Examine the impact of education, experience, and responsibilities on gender inequalities. +- Analyze the increase in popularity of a language in the current year due to developer interest in the previous year. -1. Perform Analysis on the last 3 years Stack Overflow dataset to extract insights. -2. Analyze the impact of higher education, experience, and responsibilities on salary and gender inequalities. -3. Investigate participation rates based on ethnicity and differences in income between men and women. -4. Explore the popularity of programming languages and predict their growth based on survey responses. - -### Data Source and Background - -The dataset comes from the annual Stack Overflow developer survey, covering responses from developers in 180 countries. The data are available in CSV format, ranging from 40 to 150 MB, with responses from 1.5 Lakh survey participants. - -### Data Format +### Data Source and Background: +The dataset comes from the annual Stack Overflow developer survey, covering responses from developers in 180 countries. The data is available in CSV format, ranging from 40 to 150 MB, with responses from 1.5 Lakh survey participants. +### Data Format: The data is in a CSV file format with 252,199 observations and 62 variables. -### Expected Work - -Data wrangling tasks include handling null values and converting data for analysis. Techniques such as ML algorithms and data visualization will be employed. +### Expected Work: +- Perform data wrangling tasks, including handling null values and converting data for analysis. +- Use techniques such as machine learning algorithms and data visualization to extract insights. ## πŸ‘¨β€πŸ’» Contributing -- Contributions are greatly appreciated. Check out our [Contribution Guidelines](https://github.com/Recode-Hive/Stackoverflow-Analysis/tree/main/Readme) +- Contributions are greatly appreciated. Check out our [Contribution Guidelines](https://github.com/Recode-Hive/Stackoverflow-Analysis/tree/main/Readme). ## πŸ›‘οΈ License @@ -101,5 +87,4 @@ Crafted with β™₯ by @sanjay-kv. [Back to Top](#stackoverflow-analysis-guidelines) -Here's a link to the project wiki: [Stackoverflow Analysis Wiki](https://github.com/tech-hardik/Stackoverflow-Analysis/wiki) - +Here's a link to the project wiki: [Stackoverflow Analysis Wiki](https://github.com/tech-hardik/Stackoverflow-Analysis/wiki) \ No newline at end of file From a2fd93379d8e7b98bbdf401e19ed6acadff9950b Mon Sep 17 00:00:00 2001 From: Darshan G K <122042809+imDarshanGK@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:29:37 +0530 Subject: [PATCH 2/3] Remove duplicate content in README and consolidate sections. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index aea3a39..051e23d 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Stackoverflow Analysis Guidelines +

Stackoverflow Analysis Guidelines

![Stackoverflow Logo](https://stackoverflow.design/assets/img/logos/so/logo-stackoverflow.png) @@ -87,4 +87,4 @@ Crafted with β™₯ by @sanjay-kv. [Back to Top](#stackoverflow-analysis-guidelines) -Here's a link to the project wiki: [Stackoverflow Analysis Wiki](https://github.com/tech-hardik/Stackoverflow-Analysis/wiki) \ No newline at end of file +Here's a link to the project wiki: [Stackoverflow Analysis Wiki](https://github.com/tech-hardik/Stackoverflow-Analysis/wiki) From 06a14e8c5b6963cce6d782cf44160fd13081e508 Mon Sep 17 00:00:00 2001 From: Darshan G K <122042809+imDarshanGK@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:35:45 +0530 Subject: [PATCH 3/3] Remove duplicate content in README and consolidate sections --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 051e23d..a41a1e9 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ [![](https://visitcount.itsvg.in/api?id=gssoc-postman&label=Profile%20Views&color=0&icon=5&pretty=true)](https://visitcount.itsvg.in) -This is the all-in-one place for documentation help regarding the Postman challenge. +This is the all in one place for documentation help regarding the postman challenge. ## πŸ‘¨β€πŸ’» Demo Video @@ -67,7 +67,7 @@ The data is in a CSV file format with 252,199 observations and 62 variables. ## πŸ‘¨β€πŸ’» Contributing -- Contributions are greatly appreciated. Check out our [Contribution Guidelines](https://github.com/Recode-Hive/Stackoverflow-Analysis/tree/main/Readme). +- Contributions are greatly appreciated. Check out our [Contribution Guidelines](https://github.com/Recode-Hive/Stackoverflow-Analysis/tree/main/Readme) ## πŸ›‘οΈ License