diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/recon_bowdst.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/python/recon_bowdst.py b/python/recon_bowdst.py index afa9eddf..ec966f72 100644 --- a/python/recon_bowdst.py +++ b/python/recon_bowdst.py @@ -11,12 +11,6 @@ from pandas.tseries.offsets import BDay import numpy as np import pandas_market_calendars as mcal -# def last_weekday(date): -# if date.weekday() in range(1,5): -# return date -# else: -# return (date - BDay(1)).date() - def get_dir(date): p = DAILY_DIR / "BOWD_recon" / f"{date:%Y_%m}" |
