diff options
Diffstat (limited to 'python/marks_to_HY.py')
| -rw-r--r-- | python/marks_to_HY.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/marks_to_HY.py b/python/marks_to_HY.py index f20f7711..07805b34 100644 --- a/python/marks_to_HY.py +++ b/python/marks_to_HY.py @@ -38,7 +38,6 @@ def aux(df): df['adjpv'] = (df.pv+df.delta_ir*df.yielddiff/40) return df - #Df = Read all external Marks df = (pd.read_sql_table('external_marks_mapped',dbengine('dawndb'), parse_dates=['date']). |
