https://github.com/jsd115/sql_project
https://github.com/jsd115/sql_project
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsd115/sql_project
- Owner: jsd115
- Created: 2024-09-10T04:42:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T14:00:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T11:09:58.271Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 598 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL Project Using SQLAlchemy
## Project Overview
This project leverages the power to create local databases from `SQLAlchemy` and `Pandas`. The project queries the database and yields new dataframe object that are used to create charts using `Plotly`.
The final step is then creating a `Dash` application to convey the visualizations in a deployable and interpretable manner.
## Libraries Used
* Pandas: https://pandas.pydata.org/pandas-docs/stable/index.html
* SQLAlchemy: https://www.sqlalchemy.org/
* Plotly: https://plotly.com/python/
* Dash: https://dash.plotly.com/
## Dataset Link
https://www.kaggle.com/datasets/harunrai/digital-wallet-transactions
## Example Output
### Locations Sorted by the Average Product Amount:

### Sum of Product Amount by Product Category:

### Count of Different Device Usages in the Regions sorted by Average Sales:

### Top Ten Most Popular Merchant Names:

### Payment Methods in Regions:

### Regions sorted by the Most Loyalty Points:
