Skip to content

Commit

Permalink
Disable merge on first run
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis-Cao committed May 30, 2019
1 parent cc1cef6 commit d48da9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -208,7 +208,7 @@ def merge_data(df):

scrape_data()
df = create_df()
df = merge_data(df)
# df = merge_data(df)

conn = sqlite3.connect('data.sqlite')
df.to_sql('data', conn, if_exists='replace')
Expand Down

0 comments on commit d48da9e

Please sign in to comment.