Skip to content

greatsci/Border-Crossing-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Border Crossing Analysis

Description

The Bureau of Transportation Statistics regularly makes available data on the number of vehicles, equipment, passengers and pedestrians crossing into the United States by land.

The python script in ./src calculates the total number of times vehicles, equipment, passengers and pedestrians cross the U.S.-Canadian and U.S.-Mexican borders each month. It also gives the running monthly average of total number of crossings for that type of crossing and border.

Link submitted

https://github.com/greatsci/Border-Crossing-Analysis

Repo directory structure

The directory structure for your repo should look like this:

├── README.md
├── run.sh
├── src
│   └── border_analytics.py
├── input
│   └── Border_Crossing_Entry_Data.csv
├── output
|   └── report.csv
├── insight_testsuite
    └── run_tests.sh
    └── results.txt
    └── tests
        └── test_1
        |   ├── input
        |   │   └── Border_Crossing_Entry_Data.csv
        |   |__ output
        |   │   └── report.csv
        ├── test_larger_input
            ├── input
            │   └── Border_Crossing_Entry_Data.csv
            |── output
                └── report.csv

About

Insight data challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published