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

https://github.com/leonism/sample-superstore

This is the Python version analysis approach, towards the legendary Sample Superstore Dataset with Pandas
https://github.com/leonism/sample-superstore

data-analysis datamining datascience dataset eda jupyter-notebook machine-learning python

Last synced: 4 months ago
JSON representation

This is the Python version analysis approach, towards the legendary Sample Superstore Dataset with Pandas

Awesome Lists containing this project

README

          

# Sample SuperStore

![enter image description here](/images/header-main.jpg)
This notebook is intended for those whose relatively new to EDA (Exploratory Data Analysis) aspect from a Machine Learning process. The sample was taken from the legendary dataset "Sample Superstore", of a fictional Ecommerce company. This Notebook is running on top of the following stacks :

## Requirements

- [Python 3.7](https://www.python.org/downloads/release/python-370/)
- [Pandas 1.0.4](https://pandas.pydata.org/getting_started.html)
- [Matplotlib 3.2.1](https://matplotlib.org/3.2.1/contents.html)

## Background

The learning curve was designed, even for those whose relatively coming from a non-technical background. Each of the phase would only require for you to copy and paste the code to your Jupyter Notebook instance. The learning steps are describe as the following examples:

- 01 - [Data Exploration - SampleSuperStore.ipynb](https://github.com/leonism/sample-superstore/blob/master/01-%20Data%20Exploration%20-%20SampleSuperStore.ipynb)
- 02 - [Data Cleaning - SampleSuperStore.ipynb](https://github.com/leonism/sample-superstore/blob/master/02-%20Data%20Cleaning%20-%20SampleSuperStore.ipynb)
- 03 - [Data Grouping - SampleSuperStore.ipynb](https://github.com/leonism/sample-superstore/blob/master/03-%20Data%20Grouping%20-%20SampleSuperStore.ipynb)
- 04 - [Data Sorting - SampleSuperStore.ipynb](https://github.com/leonism/sample-superstore/blob/master/04-%20Data%20Sorting%20-%20SampleSuperStore.ipynb)
- 05 - [Data Pivot - SampleSuperStore.ipynb](https://github.com/leonism/sample-superstore/blob/master/05-%20Data%20Pivot%20-%20SampleSuperStore.ipynb)
- 06- [Data Visualization - SampleSuperStore.ipynb](https://github.com/leonism/sample-superstore/blob/master/06-%20Data%20Visualization%20-%20SampleSuperStore.ipynb)

So be sure to match those above mentioned technical requirements. Fell free to fork, download and enhance the Notebooks files. This is a work in progress, and I wouldn't consider this a finish project.

## Start

- source venv/bin/activate
- jupyter lab
- Fire up your browser and visit http://localhost:8888/

## Disclaimer:

And please remember, as this is only a weekend pet project, I'm doing them for my personal interest only.