An open API service indexing awesome lists of open source software.

https://github.com/lopes51789/salaryanalysis

This salary dataset is a good candidate for descriptive analysis, and we can identify which demographics experience reduced or increased salaries. For example, we could explore the salary variations by gender, age, industry, and even years of prior work.
https://github.com/lopes51789/salaryanalysis

data-analysis json mysql python3 sql tableau

Last synced: 2 months ago
JSON representation

This salary dataset is a good candidate for descriptive analysis, and we can identify which demographics experience reduced or increased salaries. For example, we could explore the salary variations by gender, age, industry, and even years of prior work.

Awesome Lists containing this project

README

          


SalaryAnalysis

 


SalaryAnalysis


Github top language

Github language count

Repository size



About   |  
Features   |  
Technologies   |  
Requirements   |  
Starting   |  
License   |  
Author


## :dart: About ##

Training dataset project for descriptive analysis, by identifying which demographics experience reduced or increased salaries. We will use Python for data cleaning and filling tables, MySQL for the database, MongoDB for managing unstructured data and GitHub for version control

## :sparkles: Features ##

:heavy_check_mark: Load dataset functions;\
:heavy_check_mark: Get information from dataset functions;\
:heavy_check_mark: Clean dataset functions;\
:heavy_check_mark: Export dataset to csv and json functions;\
:heavy_check_mark: Add dataset to MySQL Table;

## :rocket: Technologies ##

The following tools were used in this project:

- [MySQL]
- [MongoDB]
- [Tableau]

## :white_check_mark: Requirements ##
```bash
$ pip install -r requirements.txt

```

## :checkered_flag: Starting ##

```bash
# Clone this project
$ git clone https://github.com/Lopes51789/salaryanalysis

# Access
$ cd salaryanalysis
```

Back to top