Skip to content

Commit

Permalink
Update update_csv.py
Browse files Browse the repository at this point in the history
Signed-off-by: Wayne Lau <[email protected]>
  • Loading branch information
wheynelau authored Oct 13, 2024
1 parent b825297 commit 30d684d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/update_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def get_first_dataset(self):
# 2. Fetch the new data

# 1000 is usually safe, it will usually not return more than 1000 records
sample = dataset.fetch_json_response(limit=2000, offset=len(old_df))
sample = dataset.fetch_json_response(limit=5000, offset=len(old_df))

# 2a. Check if the new data is empty

Expand Down

0 comments on commit 30d684d

Please sign in to comment.