diff pre_process.xml @ 33:e270c53b5df6 draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 5b2ac730ec6d3b762faa9034eddd19ad1b347476"
author bgruening
date Mon, 16 Dec 2019 09:39:33 +0000
parents a12d5eae322e
children ff2a7f89069e
line wrap: on
line diff
--- a/pre_process.xml	Thu Nov 07 04:52:31 2019 -0500
+++ b/pre_process.xml	Mon Dec 16 09:39:33 2019 +0000
@@ -50,8 +50,7 @@
         header=header,
         parse_dates=True,
         encoding=None,
-        index_col=None,
-        tupleize_cols=False)
+        index_col=None)
 X = X.astype(float)
 #end if