You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Before installation, please ensure you have the following tools installed:
30
30
31
31
1.**Fork the project**: Fork the `sanjay-kv/Stackoverflow-Analysis` repository. Follow these instructions on [how to fork a repository](https://help.github.com/en/articles/fork-a-repo).
32
32
2.**Clone the project**: `git clone [email protected]:your-username/Stackoverflow-Analysis.git`
33
-
3.**Download the original data** from the [drive link](https://drive.google.com/drive/folders/13W20DfCW2W5GEeKTYTl7R6xV5hmPS2Do?usp=sharing)
33
+
3.**Download the original data** from the [drive link](https://drive.google.com/drive/folders/13W20DfCW2W5GEeKTYTl7R6xV5hmPS2Do?usp=sharing).
34
34
4.**Open Jupyter Notebook** and place the file in the project folder. Make sure you're selecting the correct path.
35
35
36
36
## Development
@@ -40,20 +40,20 @@ We welcome contributions from all levels of experience. If you think the communi
40
40
## Finding Insights from Stack Overflow Developer Survey
41
41
42
42
43
-
1. To perform Analysis on 3 years Stackoverflow Dataset and get insights.
44
-
2.To perform Data Analysis and answer the below questions.
45
-
+Impact of higher education on salary of the surveyed developers.
46
-
+Impact of education/experience/responsibilities on gender inequalities.
47
-
+Impact on participation rate due to different ethnicity.
48
-
+To find whether there is any difference between men and women's income.
49
-
+Impact on the increase in popularity of a language in the current year due to developer’s interest in the previous year.
43
+
1.Objective: To perform Analysis on 3 years Stackoverflow dataset to gain insights.
44
+
2.Goals:
45
+
+Analyze the impact of higher education on salary of the surveyed developers.
46
+
+Investigate the impact of education/experience/responsibilities on gender inequalities.
47
+
+Examine the impact on participation rates due to different ethnicities.
48
+
+Determine if there is a difference between men's and women's incomes.
49
+
+Analyze the increase in popularity of a language in the current year due to developer’s interest in the previous year.
50
50
51
-
Stack Overflow is a professional community for developers, conducting a survey annually. Analyzing the dataset professionally using modern tools can enable us to answer real-world questions effectively. The dataset covers 275 questions in total.
51
+
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.
52
52
53
53
54
54
### Project Goals:
55
55
56
-
1. Perform Analysis on the last 3 years' Stack Overflow Dataset to extract insights.
56
+
1. Perform Analysis on the last 3 years Stack Overflow dataset to extract insights.
57
57
2. Analyze the impact of higher education, experience, and responsibilities on salary and gender inequalities.
58
58
3. Investigate participation rates based on ethnicity and differences in income between men and women.
59
59
4. Explore the popularity of programming languages and predict their growth based on survey responses.
0 commit comments