This project aims to analyze user views and retention on the bagikopi.id website. The website consists of 9 pages: Home, About, Blog, Partnership, Outlets, Reservations, Event, Menu. The analysis will focus on all pages to identify user behavior and retention. The most popular page, Menu, followed by Outlets.
##Prerequisites Before running the Python code, make sure you have the following installed:
- Python 3.0 or higher
- pandas module (can be installed with pip install pandas)
- matplotlib module (can be installed with pip install matplotlib)
- plotly module (can be installed with pip install plotly)
This project is licensed under the MIT License. See the License file for details.
- bagikopi.id website (https://bagikopi.id/)
- pandas module (https://pandas.pydata.org/)
- matplotlib module (https://matplotlib.org/)
- plotly module (https://dash.plotly.com/)