Skip to content

Commit

Permalink
Fix us_fed script for input format changes (datacommonsorg#959)
Browse files Browse the repository at this point in the history
* set defaults to single year, limited counties to temporarily have script finish in <1 for autorefresh test

* lint fix

* lint fix

* set user-agent for downloads

* set user-agent for downloads

* fix script for input format change

* remove header rows
  • Loading branch information
ajaits authored Dec 19, 2023
1 parent 495a329 commit ee88fa1
Show file tree
Hide file tree
Showing 2 changed files with 8,161 additions and 7,235 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def generate_csv():

out_df = pd.DataFrame()
header_rows = 5
name_template = "Market yield on U.S. Treasury securities at {} constant"\
name_template = "Market yield on U.S. Treasury securities at {} constant"\
" maturity, quoted on investment basis"

in_df = pd.read_csv(CSV_URL,
Expand Down
Loading

0 comments on commit ee88fa1

Please sign in to comment.