From 8e3bcd1e41ae50bf355d7b7af369098c9de360cc Mon Sep 17 00:00:00 2001 From: zarco Date: Tue, 13 Nov 2018 10:27:04 +0000 Subject: [PATCH] Format changes in titles --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 531ebfa..fc3f9b5 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ 4. [Results](#results) 5. [Licensing, Authors, and Acknowledgements](#licensing) -## Installation +# Installation There should be no necessary libraries to run the code here beyond the Anaconda distribution of Python. The code should run with no issues using Python versions 3.*. -## Project Motivation +# Project Motivation For this project, I was interestested in using Stack Overflow data from 2017 to better understand: @@ -24,17 +24,16 @@ For this project, I was interestested in using Stack Overflow data from 2017 to The full set of files related to this course are owned by Udacity, so they are not publicly available here. However, you can see pieces of the analysis here. This README also serves as a template for students to follow in creating their own project README files. -## File Descriptions +# File Descriptions -There are 3 notebooks available here to showcase work related to the above questions. Each of the notebooks is exploratory in searching through the data pertaining to the questions showcased by the notebook title. Markdown cells were used to assist in walking through the thought process for individual steps. +There are 3 notebooks available here to showcase work related to the above questions. Each of the notebooks is exploratory in searching through the data pertaining to the questions showcased by the notebook title. Markdown cells were used to assist in walking through the thought process for individual steps. There is an additional `.py` file that runs the necessary code to obtain the final model used to predict salary. -## Results +# Results The main findings of the code can be found at the post available [here](https://medium.com/@josh_2774/how-do-you-become-a-developer-5ef1c1c68711). -## Licensing, Authors, Acknowledgements - -Must give credit to Stack Overflow for the data. You can find the Licensing for the data and other descriptive information at the Kaggle link available [here](https://www.kaggle.com/stackoverflow/so-survey-2017/data). Otherwise, feel free to use the code here as you would like! +# Licensing, Authors, Acknowledgements +Must give credit to Stack Overflow for the data. You can find the Licensing for the data and other descriptive information at the Kaggle link available [here](https://www.kaggle.com/stackoverflow/so-survey-2017/data). Otherwise, feel free to use the code here as you would like!