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

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.

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)