From 159a0b5b4d81c04a405b919e5cffd37850e79893 Mon Sep 17 00:00:00 2001
From: Quentin Codelupi <quentin.codelupi@cern.ch>
Date: Tue, 23 Jul 2019 17:12:16 +0200
Subject: [PATCH] start dev branch

---
 property-pull.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/property-pull.py b/property-pull.py
index c4eb892..4ec678d 100644
--- a/property-pull.py
+++ b/property-pull.py
@@ -76,8 +76,7 @@ def pull_histogram(_start_time, _end_time, _device):
 
     df.printSchema()
 
-    df_columns = df.columns
-    print(df_columns)
+    # df_columns = df.columns
 
     # Process hg array data
     array_dataset_hg = df.select("histogram_hg_com.elements")
-- 
GitLab