Final Project
I chose to do my project on Shipping. I worked as head of a Shipping department for several years so I figured I could do something with a dataset that involved that. My package has several features. The first of which cleans a dataset and changes the values to numeric for proper formatting. I then have a validate code to make sure the columns the next 2 executables function properly. If the columns are not present it will kick back a false flag. My next executable takes a dataset and groups it by most common shipping zone. It then lists them in most frequently shipped to order and the average cost it takes to ship something to that area. My final feature is a heatmap. You can load a CSV into it and it will show you which zones are getting more orders at a quick glance. It should in theory be applicable to any number of entries in a dataset as long as it is in the proper format. Other features could be added as needed with quick ease and a dashboard could be made if on...