Skip to content

This repository contains code for analyzing and cleaning a dataset from Chipotle. The dataset contains information about orders from Chipotle, including the items ordered, quantity, and price.

Notifications You must be signed in to change notification settings

mahesh989/Basic-Data-Cleaning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Get to know about DATA CLEANING

This repository contains code for analyzing and cleaning a dataset from Chipotle. The dataset contains information about orders from Chipotle, including the items ordered, quantity, and price.

Data Source

The data for this analysis was taken from justmarkham/DAT8, which contains a TSV file of Chipotle orders.

Data Analysis

The python code is mainly responsible for the following analyses:

  • Reads in the Chipotle orders data from a local file
  • Cleans the item_price column by removing the dollar sign and converting the datatype from object to float64
  • Identifies the missing values and replaces them with 'Regular Order' for the choice_description column
  • Removes the duplicate rows from the dataset
  • Export the cleaned data

Data Visualization using Tableau

Visit my Tableau Profile HERE

My Image

About

This repository contains code for analyzing and cleaning a dataset from Chipotle. The dataset contains information about orders from Chipotle, including the items ordered, quantity, and price.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages