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

https://github.com/matheusadc/analisepython

The project, with the support of the Python programming language and its Pandas library, aims to better understand the cancellation of a given service through data analysis.
https://github.com/matheusadc/analisepython

csv-files pandas plotly python

Last synced: 5 months ago
JSON representation

The project, with the support of the Python programming language and its Pandas library, aims to better understand the cancellation of a given service through data analysis.

Awesome Lists containing this project

README

          

# speech bubble Description
The project, with the support of the Python programming language and its Pandas library, aims to better understand the cancellation of a given service through data analysis.

# explanation icon Explanation
The file cancelamentos_sample.csv generates a table containing the "cancelou" field, a column that indicates when the value is 1.0 that the customer canceled the service.

Furthermore, to improve the analysis and ensure more accurate measurement of the number of customers who dropped out, filters were applied, such as the contract duration being different from monthly.

# python icon Libraries
### 1) Pandas
Pandas is a widely used Python library for handling, analyzing, and exploring structured data. It provides fast, flexible, and easy-to-use data structures, such as DataFrames and Series, which simplify working with large datasets.

### 2) Plotly
Plotly is a Python library focused on data visualization, allowing the creation of dynamic, customizable, and highly interactive charts, with support for 2D and 3D representations.

![image](https://github.com/user-attachments/assets/9c49849c-5253-48b8-9440-51b663dd1f71)