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.
- Host: GitHub
- URL: https://github.com/lopes51789/salaryanalysis
- Owner: Lopes51789
- Created: 2025-01-15T12:45:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T18:43:22.000Z (over 1 year ago)
- Last Synced: 2026-01-01T10:39:55.244Z (6 months ago)
- Topics: data-analysis, json, mysql, python3, sql, tableau
- Language: Python
- Homepage: https://www.kaggle.com/datasets/mohithsairamreddy/salary-data?resource=download
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SalaryAnalysis



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
```