Giter Site home page Giter Site logo

moonbucks-main's Introduction

Moonbucks

Introduction

Moonbucks is a coffee chain that has stores located all over the world. The company is constantly looking at running better logistics as well as expansion to open more stores at strategic locations. You and your team have been hired to do analysis and provide insights to the management for making business decisions.

You have been given a sample dataset that contains the location of Moonbucks stores all over the world. Please use this list to determine the country in Problem 1 and location of store in Problem 2.

Setup

Setting up the local virtual environment:

  1. Create virtual environment.
    python -m venv venv

  2. Activate the venv. Set-ExecutionPolicy Unrestricted -Scope Process venv/Scripts/activate

  3. Installed required dependencies. pip install -r requirements.txt

  4. Install other dependencies. (same as using pip) pip install <package>

  5. Update the dependencies list. pip freeze > requirements.txt

Install the following packages:

  1. Install nltk

    1. (Windows) using pip:

      $ pip install nltk

    2. Mac Os/LINX Installation

      $ sudo pip install -U nltk

    3. See more: https://www.nltk.org/install.html

  2. Install Plotly

    1. using pip:

      $ pip install plotly==5.7.0

    2. or conda:

      $ conda install -c plotly plotly=5.7.0

    3. See more: https://plotly.com/python/getting-started/

  3. Install Beautifulsoup

    1. using pip:

      pip install beautifulsoup4

  4. Install extra nltk modules through Python console

    import nltk nltk.download('wordnet') nltk.download('punkt') nltk.download('omw-1.4') nltk.download('averaged_perceptron_tagger')

Some Useful Links

  1. NLTK
  2. Plotly
  3. Google Distance Matrix API
  4. Python Web Scraping Practical Introduction
  5. Beautifulsoup
  6. Matching Country Information in Python

moonbucks-main's People

Contributors

kelvin660 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.