Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thejamram committed Oct 16, 2019
1 parent 9ccff0f commit 1e9d830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -4,7 +4,7 @@
#import csv
#import pandas as pd

df = pd.DataFrame(columns=['Date','% delivered', '% on time'])
#df = pd.DataFrame(columns=['Date','% delivered', '% on time'])

url = "https://www.ptv.vic.gov.au/footer/data-and-reporting/network-performance/daily-performance/"
res = requests.get(url)
Expand Down

0 comments on commit 1e9d830

Please sign in to comment.