Skip to content

Commit

Permalink
hiya :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan987 committed Mar 28, 2020
1 parent 8bc8136 commit cb95b4f
Show file tree
Hide file tree
Showing 7 changed files with 121,073 additions and 0 deletions.
40,355 changes: 40,355 additions & 0 deletions CityOfWindsorData/Count/Dorchester Road and Huron Church Road.csv

Large diffs are not rendered by default.

40,355 changes: 40,355 additions & 0 deletions CityOfWindsorData/Count/Malden Road and Huron Church Road.csv

Large diffs are not rendered by default.

40,355 changes: 40,355 additions & 0 deletions CityOfWindsorData/Count/Totten Street and Huron Church Road.csv

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 8 additions & 0 deletions basic_tests.py
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)

0 comments on commit cb95b4f

Please sign in to comment.