This project is a data visualization tool for PhonePe's pulse data from 2018 to 2022. It allows users to explore and analyze various metrics related to PhonePe's business performance.
Creating home page for better understanding to visualize the data
Transaction Analysis
User Analysis
Clone the repository to your local machine using git clone https://github.com/PhonePe/pulse.git Install the required Python packages by running pip install -r requirements.txt
After cloning the data will be uploaded to database through pymysql and create engine in Sqlalchemy for database connection.
Run python phonepe.py to start the application. Access the application in your web browser by navigating to http://localhost:8501 Select the desired date range and metrics to visualize. Explore the data using the interactive charts provided by Plotly Express.