Skip to content

Python script to iterate through multiple csv files to determine which trailers have not returned

Notifications You must be signed in to change notification settings

Connowallace/find_missing_trailers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

find_missing_trailers

Python script to iterate through multiple csv files to determine which trailers have not returned. A csv of missing trailers and their current location is created.

Trailer locations pulled from Orbcomm. Cleaned by an excel spreadsheet. Last 48 hours departs pulled from GLS shipping reports. Cleaned by an excel spreadsheet. Python script returns a csv of trailers that are not on the yard, and have not departed in the last 48 hours.

These spreadsheets and script have turned a 1-2 hour task into a 15 minute task.

*Python Script note: The python script reuses the same variable names through different fuctions. This made the refactoring simple. There are no scoping issues.

About

Python script to iterate through multiple csv files to determine which trailers have not returned

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published