From 473f62a46f126c3470a2adcc29b88615941c42b5 Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Fri, 13 Jul 2018 07:35:03 +1000 Subject: [PATCH] Don't export index with survey profiles --- survey_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/survey_tools.py b/survey_tools.py index 2bc2158..8c79dd5 100644 --- a/survey_tools.py +++ b/survey_tools.py @@ -163,4 +163,4 @@ def update_survey_output(df, output_dir): master[current_survey_col] = current_profile[current_survey_col] # Export updated results - master.to_csv(csv_name) + master.to_csv(csv_name, index=False)