-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
121,073 additions
and
0 deletions.
There are no files selected for viewing
40,355 changes: 40,355 additions & 0 deletions
40,355
CityOfWindsorData/Count/Dorchester Road and Huron Church Road.csv
Large diffs are not rendered by default.
Oops, something went wrong.
40,355 changes: 40,355 additions & 0 deletions
40,355
CityOfWindsorData/Count/Malden Road and Huron Church Road.csv
Large diffs are not rendered by default.
Oops, something went wrong.
40,355 changes: 40,355 additions & 0 deletions
40,355
CityOfWindsorData/Count/Totten Street and Huron Church Road.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import numpy as np | ||
import pandas as pd | ||
import matplotlib.pyplot as plt | ||
|
||
dorchester_data = pd.read_csv("CityOfWindsorData/Count/Dorchester Road and Huron Church Road.csv", header=10, skipfooter=23056) | ||
malden_data = pd.read_csv("CityOfWindsorData/Count/Malden Road and Huron Church Road.csv", header=10, skipfooter=23056) | ||
totten_data = pd.read_csv("CityOfWindsorData/Count/Totten Street and Huron Church Road.csv", header=10, skipfooter=23056) | ||
print(dorchester_data) |