Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szapp/magistdataanalysisvisualization
Case study: Data analysis and visualization to evaluate and recommend a business partnership. Team project for data-driven business with SQL and Tableau
https://github.com/szapp/magistdataanalysisvisualization
dashboard data-analysis data-science data-visualization data-viz sql tableau-public
Last synced: about 2 months ago
JSON representation
Case study: Data analysis and visualization to evaluate and recommend a business partnership. Team project for data-driven business with SQL and Tableau
- Host: GitHub
- URL: https://github.com/szapp/magistdataanalysisvisualization
- Owner: szapp
- License: mit
- Created: 2024-04-30T15:16:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T17:13:56.000Z (7 months ago)
- Last Synced: 2024-06-18T22:02:36.640Z (7 months ago)
- Topics: dashboard, data-analysis, data-science, data-visualization, data-viz, sql, tableau-public
- Language: SQL
- Homepage: https://public.tableau.com/views/MagistAnalysis_17146788675680/Recommendation
- Size: 497 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Magist Data Analysis and Visualization
[![Tableau Public](https://img.shields.io/badge/tableau-dashboard-blue?logo=tableau&logoColor=white)](https://public.tableau.com/views/MagistAnalysis_17146788675680/Recommendation)
Case study: Data analysis and visualization to evaluate and recommend a business partnership. Team project for data-driven business with SQL and Tableau.
## Project
Eniac is a online marketplace specializing in Apple-compatible accessories. To enter the Brazilian market, Eniac is considering a partnership with Magist, a Brazilian company that offers a centralized order management system to connect small and medium-sized stores with the biggest Brazilian marketplaces.
To help Eniac make an educated decision, two questions are at the core of this project.
1. Is Magist a good partner for high-end tech products?
2. Is Magist's delivery service fast enough?We found that Magist represents a small tech sector and provides delivery services subpar to Eniac's expectations. Based on the provided data, we therefore do not recommend Magist as a partner at this time.
[![Tableau visualization preview](TableauVisualizationPreview.png)](https://public.tableau.com/views/MagistAnalysis_17146788675680/Recommendation)
> [!TIP]
> Click on the preview to interact with the published Tableau dashboard## Languages and libraries used
- SQL (with MySQL)
- Tableau Public## Key learning
- Explore the undocumented relational database describing Magist's services
- Join and query the database tables to extract and filter relevant information about Magist's performance
- Agree on various approaches and divide the tasks among the team
- Clean the data and identify outliers
- Visualize the key findings using Tableau
- Research the Brazilian market and put the data into context
- Compile the insights across team members in a cohesive way to reach a conclusion
- Present the findings and make a recommendation for Eniac## Challenges overcome
- Understanding the undocumented database
- Establishing a definition for high-tech products based on product categories
- Working with a data in a foreign language (specifically customer reviews in Portuguese)
- Identifying the strongest findings and stripping irrelevant insights
- Presenting the results in a concise manner to meet time restrictions## Resources
### Analytics
- [Schema.pdf](Schema.pdf) - Schema of the relational database
- [Revenue.sql](Revenue.sql) - Query to extract the revenue information
- [Delivery.sql](Delivery.sql) - Query to extract the delivery times
- [Reviews.sql](Reviews.sql) - Query to extract the customer complaints### Visualization
- [MagistAnalysis.twbx](MagistAnalysis.twbx) - Tableau Public Dashboard
- [Published Tableau Public Dashboard](https://public.tableau.com/views/MagistAnalysis_17146788675680/Recommendation)
- [Presentation.pdf](Presentation.pdf) - Project presentation including the final recommendationTableau Public Dashboard link
https://public.tableau.com/views/MagistAnalysis_17146788675680/Recommendation