/Border-Crossing-Analysis

Insight data challenge

Primary LanguageShell

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