Giter VIP home page Giter VIP logo

bonhacketit's Introduction

Narrow It Down

Tracy Rocha
Bon Hacketit 2020

Outline:

Select restaurant
Select food type
Set calorie max
Select first criteria
Output preliminary results
Select second criteria
Output results

Data Sources:

Panda Express: https://www.pandaexpress.com/nutritioninformation
Taco Bell: https://www.tacobell.com/nutrition/info
McDonalds: https://www.kaggle.com/mcdonalds/nutrition-facts
KFC: https://www.kfc.com/nutrition/full-nutrition-guide

Requirements for CSV Files:

Names should be in camelcase. Ex: PandaExpress.csv, TacoBell.csv
Files should be located in the same folder program is being run from.
First two columns should be "Food" and "Type;" order does not matter between the two.
All other columns should have only numeric values.
Column names should not contain spaces.
In order to filter out drinks, drinks should be in a column titled "Beverage."

Requirements to Run:

main.py, functions.py, and all CSV files should be in the same directory.
Ability to compile and run Python programs containing pandas functions.

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.