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

https://github.com/iqbalmind/bagikopi-user-and-retention-analyze

This project aims to analyze user views and retention on the bagikopi.id website.
https://github.com/iqbalmind/bagikopi-user-and-retention-analyze

maplotlib pandas-dataframe pandas-tutorial python python-analytics website-analytics-and-user-behavior

Last synced: 10 days ago
JSON representation

This project aims to analyze user views and retention on the bagikopi.id website.

Awesome Lists containing this project

README

        

# Analyzing user view and retention on Bagikopi Website
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**)

## License
This project is licensed under the MIT License. See the [License](https://choosealicense.com/licenses/mit/) file for details.

## Acknowledgements
- bagikopi.id website ([https://bagikopi.id/](https://bagikopi.id/))
- pandas module ([https://pandas.pydata.org/](https://pandas.pydata.org/))
- matplotlib module ([https://matplotlib.org/](https://matplotlib.org/))
- plotly module ([https://dash.plotly.com/](https://dash.plotly.com/))