Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hugo-hattori/mini_dataanalysis_project

Data Analysis Project.
https://github.com/hugo-hattori/mini_dataanalysis_project

data-analysis data-analysis-python data-analytics jupyter jupyter-notebook pandas pandas-dataframe python

Last synced: 13 days ago
JSON representation

Data Analysis Project.

Awesome Lists containing this project

README

        

# Mini Data Analysis Project

This is a small project developed for the purpose of learning and training Pandas package
applications for Data Analysis.

## About the database

For this project there are three database sources originated from a service provider company:

+ CadastroFuncionarios.csv
+ CadastroClientes.csv
+ BaseServiçosPrestados.xlsx

The first .csv file is a database containing the company's employees information
such as name, salary and work area. The second .csv file contains information regarding
each client's name and their monthly contract price. The .xlsx file includes the information
related to the company's orders such as, which employee was responsible for each order,
which client signed each contract, how many months the client has signed for.

## Analysis Objective

This analysis has the objective of identifying six indicators:

1) Total Payroll Value
2) Company's Total Revenue
3) The percentage of employees that have successfully signed a contract
4) Total sales each area of the company has made
5) Number of employees per company area
6) Average Monthly Revenue

Note: this is a project developed for academic purposes, therefore the
data contained in "CadastroFuncionarios.csv", "CadastroClientes.csv" and
"BaseServiçosPrestados.xlsx" files are fictitious and used only to learn
Pandas packages applications.