Skip to content

Commit

Permalink
transformation in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
luphord committed Mar 20, 2019
1 parent 8b04533 commit f716afd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ test: ## run tests quickly with the default Python
test-all: ## run tests on every Python version with tox
tox

transform: data/ecb_data.zip ## Load data as provided by ECB and transform to parameters CSV
yield_curve_dynamics transform -i data/ecb_data.zip -o data/euryieldcurve.csv

presentation: ## create a HTML presentation from notebook
jupyter nbconvert notebooks/Yield\ Curve\ Dynamics.ipynb --to slides --output-dir .

Expand Down

0 comments on commit f716afd

Please sign in to comment.