Dunder Mifflin assignment

You are getting 3 files from Dunder Mifflin (cut down to a very small subset) Your mission should you choose to accept it is to generate an output table in the following format (with an example – and actually correct – entry) SCPRODUCTSOLDTRANSFERRED_INON_HAND 28011710160 The total result should have 18 entries use that and the sample entry as a check. SC is the ‘Service Center’ (= branch) PRODUCT is the product ID SOLD is the number of units of this product sold in this SC in the month of May! Transferred_in is the number of units of this SKU that were transferred into this SC also in the month of May! And the QOH column is the amount of inventory we have on hand in that SC for that product. Documentation of the source files and the columns is below. A couple of hints: – cleanup will be required (look closely) – you can convert DateTime objects to months using the df.DATE.dt.month function – you will have to generate the individual columns separately and then join them together afterwards. – When you use the .merge function you can merge on multiple columns by usingon=[‘col1’’col2’] – To derive the individual columns you will need to use ‘group by’. You can group by multiple columns using .groupby([‘A’’B’]).agg({QTY : sum}) – Once you use groupby that grouping columns will become an index.You can convert it back to a column using reset_index(inplace=True). – To pick dates please use the INVOICE_ORDER_DATE column not the ORDER_DATE one Example for the last part: s1=sales.groupby(’Customer’).agg({‘QTY’ : ‘sum}) s1.reset_index(inplace=True) – For the final output use LEFT joins starting with the sales then the transfers finally the inventory Deliverable is a notebook file with all your steps and the output included. Pandas or R I don’t care. But it needs to work Data files: Sales test – a file with the sales transactions. Most fields should be obvious SHIP_VIA is the mode of shipping (e.g. UP for UPS) – not important. SHIP_SC is the Service Center from which it ships SKU master test – a file with the SKU master data. Important non-obvious fields are SC – Service Center (=branch) QOH – quantity on hand – actual current inventory EOQ – the economic re quantity DATE – the date this data was pulled you can ignore most of the rest but try to guess what they might be Transfers test – a file with the transfers of products between branches. The fields are RUN_DATE – date when this report was run TO – SC from which the item was shipped FR – SC to which the item was shipped rest is obvious

BE VERY CAREFUL WHEN YOU LOOK AT THE CSV FILES WITH EXCEL – DO NOT HIT ‘SAVE’ OR EXCEL WILL MESS THEM UP AND YOU HAVE TO RE-DOWNLOAD THEM

Requirements: N/A

Place your order
(550 words)

Approximate price: $22

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more

Order your paper today and save 30% with the discount code HAPPY

X
Open chat
1
You can contact our live agent via WhatsApp! Via + 1 323 412 5597

Feel free to ask questions, clarifications, or discounts available when placing an order.

Order your essay today and save 30% with the discount code HAPPY