Skip to content

riceissa/fred-processing

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

fred-processing

This repository has scripts for obtaining and processing some data from FRED. The main script is proc.py, which does tags fetching, series ID fetching, and the actual data gathering.

modify_sql.py modifies the output of proc.py by parsing each line and transforming it. This allows us to download the data from the API once, then transform it later. (It might have been better to download the data in a more "neutral" format like a TSV so that the parsing would have been simpler.)

To generate the SQL files, the scripts in this repository require the devec_sql_common Python package. To install, run:

git clone https://github.com/riceissa/devec_sql_common
cd devec_sql_common
pip3 install -e .

License

CC0

See also

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages