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 1ac19fc commit 3d21652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
@@ -1,8 +1,8 @@
from bs4 import BeautifulSoup
import requests
import re
import csv
import pandas as pd
#import csv
#import pandas as pd

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

Expand Down

0 comments on commit 3d21652

Please sign in to comment.