DOC: Comment on treasury division by 100.

This commit is contained in:
Scott Sanderson
2015-10-25 15:16:57 -04:00
parent 0710062e6a
commit 8fd18e5aa6
+1 -1
View File
@@ -80,7 +80,7 @@ def get_treasury_data(start_date, end_date):
how='all'
).rename(
columns=parse_treasury_csv_column
).tz_localize('UTC') * 0.01
).tz_localize('UTC') * 0.01 # Convert from 2.57% to 0.0257.
def dataconverter(s):