Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #20

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
amz_uk_price_prediction_dataset.csv
*.csv
49 changes: 49 additions & 0 deletions .ipynb_checkpoints/readme-checkpoint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
![logo_ironhack_blue 7](https://user-images.githubusercontent.com/23629340/40541063-a07a0a8a-601a-11e8-91b5-2f13e4e6b441.png)

# Business Challenge: Cohort Analysis for Ironhack Payments (Project 1)

## Introduction

IronHack Payments, a forward-thinking financial services company, has been offering innovative cash advance solutions since its inception in 2020. With a commitment to providing money advancements for free and transparent pricing, IronHack Payments has garnered a substantial user base. As part of their continuous effort to enhance their services and understand user behavior, IronHack Payments has commissioned a cohort analysis project.

## Project Overview

In this project, you will conduct a comprehensive cohort analysis based on data provided by IronHack Payments. The main objective is to analyze user cohorts defined by the month of creation of their first cash advance. You will track the monthly evolution of key metrics for these cohorts, enabling IronHack Payments to gain valuable insights into user behavior and the performance of their financial services.

### Metrics to Analyze

You will calculate and analyze the following metrics for each cohort:

1. **Frequency of Service Usage:** Understand how often users from each cohort utilize IronHack Payments' cash advance services over time.
2. **Incident Rate:** Determine the incident rate, specifically focusing on payment incidents, for each cohort. Identify if there are variations in incident rates among different cohorts.
3. **Revenue Generated by the Cohort:** Calculate the total revenue generated by each cohort over months to assess the financial impact of user behavior.
4. **New Relevant Metric:** Propose and calculate a new relevant metric that provides additional insights into user behavior or the performance of IronHack Payments' services.

### Data Analysis Tools

You are expected to perform the cohort analysis using Python, primarily leveraging the Pandas library for data manipulation and analysis. However, the main analysis should be conducted using Python.

### Exploratory Data Analysis (EDA)

Before diving into cohort analysis, conduct an exploratory data analysis to gain a comprehensive understanding of the dataset. Explore key statistics, distributions, and visualizations to identify patterns and outliers. EDA will help you make informed decisions on data preprocessing and analysis strategies.

### Data Quality Analysis

Assess the quality of the dataset by identifying missing values, data inconsistencies, and potential errors. Implement data cleaning and preprocessing steps to ensure the reliability of your analysis. Document any data quality issues encountered and the steps taken to address them.

### Deliverables

1. **Python Code:** Provide well-documented Python code that conducts the cohort analysis, including data loading, preprocessing, cohort creation, metric calculation, and visualization.
2. **Tableau Dashboard**: Publish a dashboard in Tableau Public regarding your analysis.
3. **Exploratory Data Analysis Report:** Prepare a report summarizing the findings from your exploratory data analysis. Include visualizations and insights that help understand the dataset.
4. **Data Quality Analysis Report:** Document the results of your data quality analysis, highlighting any issues and the steps taken to resolve them.
5. **Short Presentation:** Create a concise presentation (maximum of 4 slides) summarizing your findings from the cohort analysis and key insights gained from EDA and data quality analysis. This presentation should be suitable for sharing with the IronHack Payments team.

### Bonus:
1. **Operationalize your analysis**: Make sure all the code is in a .py that can be called from the Terminal and whose execution makes sense (if in doubt, ask the Teacher for clarification on this)
2. **StreamLit**: Read about the StreamLit package and create a StreamLit app about this data (you can leverage on ideias from your dashboard)
3. **OPP vs Function**: Take your code and replicate it using an oposite strategy than you have done.

<!-- this version uses Tableau which consorci doesn't use -->

<!-- https://github.com/ironhack-labs/project-1-ironhack-payments-2-en -->
23,971 changes: 23,971 additions & 0 deletions project_dataset/.ipynb_checkpoints/extract-cash_request-data analyst-checkpoint.csv

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions project_dataset/.ipynb_checkpoints/gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.csv
*.xlsx
Loading