{"id":18553532,"url":"https://github.com/quantumudit/sales-statistical-analysis","last_synced_at":"2026-05-16T13:03:29.724Z","repository":{"id":128744640,"uuid":"580519655","full_name":"quantumudit/Sales-Statistical-Analysis","owner":"quantumudit","description":"This project focuses on a statistical analysis (using SQL queries) of various key metrics that impacts the overall sales of a certain fictitious store.","archived":false,"fork":false,"pushed_at":"2022-12-20T19:12:52.000Z","size":68,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-01T04:48:53.618Z","etag":null,"topics":["data-analysis","postgresql","sales-analysis","sql","statistics"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quantumudit.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-20T19:08:24.000Z","updated_at":"2023-02-05T04:44:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6184bd5-2e9a-41dc-bbed-8a251354b644","html_url":"https://github.com/quantumudit/Sales-Statistical-Analysis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/quantumudit/Sales-Statistical-Analysis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantumudit%2FSales-Statistical-Analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantumudit%2FSales-Statistical-Analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantumudit%2FSales-Statistical-Analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantumudit%2FSales-Statistical-Analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quantumudit","download_url":"https://codeload.github.com/quantumudit/Sales-Statistical-Analysis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantumudit%2FSales-Statistical-Analysis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33103970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-analysis","postgresql","sales-analysis","sql","statistics"],"created_at":"2024-11-06T21:17:27.236Z","updated_at":"2026-05-16T13:03:29.707Z","avatar_url":"https://github.com/quantumudit.png","language":"Jupyter Notebook","funding_links":["https://www.buymeacoffee.com/quantumudit"],"categories":[],"sub_categories":[],"readme":"![Project Logo][project_logo]\n\n---\n\n\u003ch4 align=\"center\"\u003eAnalyzing Sales Statistics\u003c/h4\u003e\n\n\u003cp align='center'\u003e\n\u003cimg src=\"https://i.ibb.co/KxfMMsP/built-with-love.png\" alt=\"built-with-love\" border=\"0\"\u003e\n\u003cimg src=\"https://i.ibb.co/MBDK1Pk/powered-by-coffee.png\" alt=\"powered-by-coffee\" border=\"0\"\u003e\n\u003cimg src=\"https://i.ibb.co/CtGqhQH/cc-nc-sa.png\" alt=\"cc-nc-sa\" border=\"0\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#overview\"\u003eOverview\u003c/a\u003e •\n  \u003ca href=\"#credits\"\u003eCredits\u003c/a\u003e •\n  \u003ca href=\"#support\"\u003eSupport\u003c/a\u003e •\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n## Overview\n\nThis project focuses on a statistical analysis of various key metrics that impacts the overall sales of a certain fictitious store. We received one year data with daily granularity of the store to perform the analysis. \n\nThe repository directory structure is as follows:\n\nSales-Statistical-Analysis\u003cbr\u003e\n├─ 01_DATABASE\u003cbr\u003e\n├─ 02_ANALYSIS\u003cbr\u003e\n├─ RESOURCES\u003cbr\u003e\n\nThe type of content present in the directories is as follows:\n\n**01_DATABASE**\n\nThis directory has the database that we are going to use. We have a SQL script that we can run to get the database ready.\n\n\u003e The SQL flavor used in the SQL script is **pgSQL**\n\n**02_ANALYSIS**\n\nThis directory contains the SQL Notebook that performs the analysis of the data and provides insight.\n\n\u003e The SQL Notebooks are basically the `.ipynb` files with SQL kernel and can be edited through Azure Data Studio (ADS)\n\n\u003e The SQL flavor used in the solution queries is **pgSQL**\n\n**RESOURCES**\n\nThis directory contains images, icons, layouts, etc. that are used in this project.\n\n## Credits\n\nThe database and inspirations of various statistical analysis is taken from a online course named [SQL for Statistics Essential Training][credits_link] by Dan Sullivan, hosted by Linkedin Learning platform.\n\n## Support\n\nIf you have any doubts, queries or, suggestions then, please connect with me in any of the following platforms:\n\n[![Linkedin Badge][linkedinbadge]][linkedin] [![Twitter Badge][twitterbadge]][twitter]\n\nIf you like my work then, you may [Buy me a coffee][buy_me_a_coffee]\n\n\u003ca href=\"https://www.buymeacoffee.com/quantumudit\" target=\"_blank\"\u003e\n\u003cimg src=\"https://i.ibb.co/9cyrq6m/buy-me-a-coffee.png\" alt=\"buy-me-a-coffee\" border=\"0\" width=\"170\" height=\"50\"\u003e\n\u003c/a\u003e\n\n## License\n\n\u003ca href = 'https://creativecommons.org/licenses/by-nc-sa/4.0/' target=\"_blank\"\u003e\n    \u003cimg src=\"https://i.ibb.co/mvmWGkm/by-nc-sa.png\" alt=\"by-nc-sa\" border=\"0\" width=\"88\" height=\"31\"\u003e\n\u003c/a\u003e\n\nThis license allows reusers to distribute, remix, adapt, and build upon the material in any medium or format for noncommercial purposes only, and only so long as attribution is given to the creator. If you remix, adapt, or build upon the material, you must license the modified material under identical terms.\n\n\u003c!-- Image Links --\u003e\n\n[project_logo]: RESOURCES/project_cover_image.png\n\n\u003c!-- External Links --\u003e\n\n[credits_link]: https://www.linkedin.com/learning/sql-for-statistics-essential-training/\n\n\u003c!-- Profile Links --\u003e\n\n[linkedin]: https://www.linkedin.com/in/uditkumarchatterjee/\n[twitter]: https://twitter.com/quantumudit\n[buy_me_a_coffee]: https://www.buymeacoffee.com/quantumudit\n\n\u003c!-- Shields Profile Links --\u003e\n\n[linkedinbadge]: https://img.shields.io/badge/-uditkumarchatterjee-0e76a8?style=flat\u0026labelColor=0e76a8\u0026logo=linkedin\u0026logoColor=white\n[twitterbadge]: https://img.shields.io/badge/-@quantumudit-1ca0f1?style=flat\u0026labelColor=1ca0f1\u0026logo=twitter\u0026logoColor=white\u0026link=https://twitter.com/quantumudit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantumudit%2Fsales-statistical-analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquantumudit%2Fsales-statistical-analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantumudit%2Fsales-statistical-analysis/lists"}