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

https://github.com/gakas14/cohort_customer_transaction

Cohort Analysis Using Python, performing time cohorts, working with pandas pivot, and creating a retention table along with visualizing it.
https://github.com/gakas14/cohort_customer_transaction

cohort-analysis cohort-data pandas seaborn-plots

Last synced: 3 months ago
JSON representation

Cohort Analysis Using Python, performing time cohorts, working with pandas pivot, and creating a retention table along with visualizing it.

Awesome Lists containing this project

README

        

# Cohort_Customer_Transaction

https://www.kaggle.com/archit9406/customer-transaction-dataset

1.Understand what is cohort and cohort analysis

2.Handling missing values

3.Month extraction from date

4.Assign cohort to each transaction

5.Assigning cohort Index to each transaction

6.Calculate the number of unique customers in each group

7.Create cohort table for retention rate

8.Visualize the cohort table using the heatmap

9.Interpret the retention rate