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

https://github.com/alvii147/shopifydatascienceinternchallengef22

My submission for Shopify's Data Science Intern Challenge 2022
https://github.com/alvii147/shopifydatascienceinternchallengef22

jupyter-notebook matplotlib pandas shopify sql

Last synced: about 2 months ago
JSON representation

My submission for Shopify's Data Science Intern Challenge 2022

Awesome Lists containing this project

README

          


Shopify Logo

# Fall 2022 Data Science Intern Challenge

Please complete the following questions, and provide your thought process/work. You can attach your work in a text file, link, etc. on the application page. Please ensure answers are easily visible for reviewers!

**Question 1:** Given some sample data, write a program to answer the following: [click here to access the required data set](https://docs.google.com/spreadsheets/d/16i38oonuX1y1g7C_UAmiK9GkY7cS-64DfiDMNiR41LM/edit#gid=0)

On Shopify, we have exactly 100 sneaker shops, and each of these shops sells only one model of shoe. We want to do some analysis of the average order value (AOV). When we look at orders data over a 30 day window, we naively calculate an AOV of $3145.13. Given that we know these shops are selling sneakers, a relatively affordable item, something seems wrong with our analysis.

- Think about what could be going wrong with our calculation. Think about a better way to evaluate this data.
- What metric would you report for this dataset?
- What is its value?

**Solution:**

- [PDF (Download)](https://github.com/alvii147/ShopifyDataScienceInternChallengeF22/raw/master/AOV.pdf)
- [HTML](https://alvii147.github.io/ShopifyDataScienceInternChallengeF22/AOV.html)

**Question 2:** For this question you’ll need to use SQL. [Follow this link](https://www.w3schools.com/SQL/TRYSQL.ASP?FILENAME=TRYSQL_SELECT_ALL) to access the data set required for the challenge. Please use queries to answer the following questions. Paste your queries along with your final numerical answers below.

- How many orders were shipped by Speedy Express in total?
- What is the last name of the employee with the most orders?
- What product was ordered the most by customers in Germany?

**Solution:**

- [PDF (Download)](https://github.com/alvii147/ShopifyDataScienceInternChallengeF22/raw/master/SQL.pdf)
- [HTML](https://alvii147.github.io/ShopifyDataScienceInternChallengeF22/SQL.html)