From d17d6213851f10fb1774828bce0131d6d81ed39c Mon Sep 17 00:00:00 2001
From: Tim O'Donnell <timodonnell@gmail.com>
Date: Mon, 27 Jan 2020 10:07:43 -0500
Subject: [PATCH] fix

---
 downloads-generation/data_evaluation/join_with_precomputed.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/downloads-generation/data_evaluation/join_with_precomputed.py b/downloads-generation/data_evaluation/join_with_precomputed.py
index f7c5e2a4..2db75c32 100644
--- a/downloads-generation/data_evaluation/join_with_precomputed.py
+++ b/downloads-generation/data_evaluation/join_with_precomputed.py
@@ -126,7 +126,7 @@ def run():
     print("results")
     print(df)
 
-    df.to_csv(args.out)
+    df.to_csv(args.out, index=False)
     print("Wrote", args.out)
 
 if __name__ == '__main__':
-- 
GitLab