Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fabianacampanari/statisticalmeasures

Statistical Measures in Python - Age and Salary Analysis
https://github.com/fabianacampanari/statisticalmeasures

hypothesis-testing math numpy pandas-python scipy-stats statisctics

Last synced: 24 days ago
JSON representation

Statistical Measures in Python - Age and Salary Analysis

Awesome Lists containing this project

README

        



![2129d7ad-6afd-4166-9bf1-a4f9c3b9e5cc](https://github.com/user-attachments/assets/faf3e0a3-3610-4c0b-99bb-afb7a765f28d)



#

Statistical Measures in Python - Age and Salary Analysis

This repository contains a Python script that performs various statistical analyses on a dataset of employees. The script calculates descriptive statistics for the variables age (idade) and salary (salario) across the dataset as a whole and grouped by certain categories such as region (reg_proc) and education level (grau_instrucao).


####

[![Sponsor FabianaCampanari ](https://img.shields.io/badge/Sponsor-FabianaCampanari-brightgreen?logo=GitHub)](https://github.com/sponsors/FabianaCampanari)


## Features:

Descriptive statistics: Mean, Median, Mode, Variance, Standard Deviation, Coefficient of Variation (CV), and Amplitude (Range).
Grouped analysis: The same statistics calculated by grouping data based on region and education level.
Designed for students: Easy-to-follow code with comments and explanations for each step.


## Dataset:

The dataset used in this analysis contains employee details, including their age, salary, region of origin (reg_proc), and education level (grau_instrucao).
[Click here to get the Dataset](https://github.com/FabianaCampanari/statisticalMeasures-python-/tree/a9e92b1cbce36fa5f26edeadef937981012f0a98/Dataset)


## Getting Started:

### To run this script, ensure you have the following:

- Python 3 installed.

- Necessary libraries (pandas) installed.

- An Excel file containing the dataset in the appropriate format.

#
######

Copyright 2024 Fabiana Campanari. Code released under the [MIT license.](https://github.com/FabianaCampanari/FabianaCampanari/blob/66325d147794b5fc4688d56e6b78e8cdf42946e4/LICENSE)