Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dataloading.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* For each month from 2017/01 to the latest available month, fetch the zipfile data from the source site via API, extract all csv files inside the zipfile, and concatenate them.
* Create the table in Big Query from the first month(2017/01) only.
* Append data to the table from 2017/02 up to the latest available month.
* Using a separate python script, append data from the most recent timestamp in the dataset up to the current date.(This is under constrcution)

# Henry Hub Natural Gas Data
* Use a truncate-and-load (full refresh) strategy.
Expand Down
Loading