https://github.com/darrendavy12/postgressql_python_retail_sales_data_pipeline_analytics
Online retail data set from kaggle, I used this for a project using PostgreSQL to demonstrate my knowledge in SQL and workarounds when using the pgadmin GUI and psql tool.
https://github.com/darrendavy12/postgressql_python_retail_sales_data_pipeline_analytics
analytics data-engineering datacleaning ecommerce ingestion onlineretailanalysis postgres postgresql realistic-data sql transfrom
Last synced: 3 months ago
JSON representation
Online retail data set from kaggle, I used this for a project using PostgreSQL to demonstrate my knowledge in SQL and workarounds when using the pgadmin GUI and psql tool.
- Host: GitHub
- URL: https://github.com/darrendavy12/postgressql_python_retail_sales_data_pipeline_analytics
- Owner: DarrenDavy12
- Created: 2025-07-04T11:50:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-05T13:33:06.000Z (3 months ago)
- Last Synced: 2025-07-05T14:42:52.999Z (3 months ago)
- Topics: analytics, data-engineering, datacleaning, ecommerce, ingestion, onlineretailanalysis, postgres, postgresql, realistic-data, sql, transfrom
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PostgreSQL_Python_Retail_Sales_Data_Pipeline_Analytics
### UK Online Retail (from UCI via Kaggle)
A well-known dataset with around 541,000 transactions, complete with invoices, products, quantities, prices, countries, and more. Great for RFM analysis, churn, cancellations, and seasonality studies.#### Tech Stack:
- PostgreSQL
- pgAdmin
- CSVs👨💻 PostgreSQL and Python Online Retail Project:
-
- [Ingesting online retail dataset](https://github.com/DarrenDavy12/PostgresSQL_Retail_Sales_Data_Pipeline-Analytics/blob/78bb6d67ad08b861ad094cb4ab7f3b865326f6d4/1.Ingesting_online_retail_dataset.md)-
- [Transforming online retail dataset](https://github.com/DarrenDavy12/PostgresSQL_Retail_Sales_Data_Pipeline-Analytics/blob/ad1c1ebc3c5182f5e7cc0f873e54ed6df1f07b22/2.Transforming_online_retail_dataset.md)-
- [Analysing online retail dataset](https://github.com/DarrenDavy12/PostgresSQL_Retail_Sales_Data_Pipeline-Analytics/blob/763fbb04d8938144983bfef8b84300c74eac0e9c/3.%20Basic_visualization_Sales_Charts_with_pandas_matplotlib_seaborn_sqlalchemy.md)