Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hugo-hattori/mini_dataanalysis_project
- Owner: Hugo-Hattori
- License: mit
- Created: 2023-07-18T21:02:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-06T21:58:53.000Z (about 1 year ago)
- Last Synced: 2024-11-07T14:32:04.676Z (2 months ago)
- Topics: data-analysis, data-analysis-python, data-analytics, jupyter, jupyter-notebook, pandas, pandas-dataframe, python
- Language: Jupyter Notebook
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.xlsxThe 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 RevenueNote: 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.