Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

tmorga12/Chipotle-data_analysis-example

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chipotle dataset analysis using basic Python

This example contins some basic to advance level python operations on data using basic Python 3.6. No additional level libraries are included. The data set contians day's sale of Chipotle and we need some basic information based on that data.

BASIC LEVEL

  • PART 1: Read in the file with csv.reader() and store it in an object called 'file_nested_list'.
  • PART 2: Separate 'file_nested_list' into the 'header' and the 'data'.

INTERMEDIATE LEVEL

  • PART 3: Calculate the average price of an order.
  • PART 4: Create a list (or set) of all unique sodas and soft drinks that they sell.

ADVANCED LEVEL

  • PART 5: Calculate the average number of toppings per burrito.
  • PART 6: Create a dictionary in which the keys represent chip orders and the values represent the total number of orders.
  • PART 7: What is the Average number of items each order.

About

Basic data analyzing example with chipotle dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.