BUG: Cast datetime to Timestamp to call value

This commit is contained in:
Stewart Douglas
2015-08-11 13:32:39 -04:00
committed by jfkirk
parent 3af8b6d6c8
commit ded6f8543f
+1 -1
View File
@@ -314,7 +314,7 @@ class AssetFinder(object):
so we can find a match by inserting an underscore.
"""
symbol = symbol.upper()
ad_value = normalize_date(as_of_date).value
ad_value = pd.Timestamp(normalize_date(as_of_date)).value
if fuzzy is None:
try: