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.
- Host: GitHub
- URL: https://github.com/iqbalmind/bagikopi-user-and-retention-analyze
- Owner: IqbalMind
- License: mit
- Created: 2023-02-28T15:10:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T16:17:30.000Z (over 2 years ago)
- Last Synced: 2025-01-23T01:14:07.627Z (5 months ago)
- Topics: maplotlib, pandas-dataframe, pandas-tutorial, python, python-analytics, website-analytics-and-user-behavior
- Language: Python
- Homepage: https://bagikopi.id
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/))