From 2e8d066729e7714af504908a0279a69918428c0f Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 2 Sep 2018 18:32:20 +0430 Subject: update --- tfann.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tfann.py') 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: -- cgit v1.2.3