aboutsummaryrefslogtreecommitdiffstats
path: root/tfann.py
diff options
context:
space:
mode:
Diffstat (limited to 'tfann.py')
-rwxr-xr-xtfann.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tfann.py b/tfann.py
index 326182c..aef226a 100755
--- a/tfann.py
+++ b/tfann.py
@@ -35,6 +35,7 @@ def GetCurDF(cur, fp):
openUrl.close()
df = pd.read_json(r.decode())
df['date'] = df['date'].astype(np.int64) // 1000000000
+ print(df.head())
return df
class PastSampler: