Skip to content

A script that goes over an input info and cleans, sorts and analyses the data

Notifications You must be signed in to change notification settings

the-little-tailor/thread_shed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

You’ve recently been hired as a cashier at the local sewing hobby shop, Thread Shed. Some of your daily responsibilities involve tallying the number of sales during the day, calculating the total amount of money made, and keeping track of the names of the customers.

Unfortunately, the Thread Shed has an extremely out-dating register system and stores all of the transaction information in one huge unwieldy string called daily_sales.

All day, for each transaction, the name of the customer, amount spent, types of thread purchased, and the date of sale is all recorded in this same string. Your task is to use your Python skills to iterate through this string and clean up each transaction and store all the information in easier to access lists.

About

A script that goes over an input info and cleans, sorts and analyses the data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages