From b786debc63fd24715154c41f8e315c86540d3374 Mon Sep 17 00:00:00 2001 From: Andrea Date: Wed, 16 Mar 2022 14:38:55 +0100 Subject: [PATCH] low_memory=False --- PeakModeller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PeakModeller.py b/PeakModeller.py index 5cae647..93713a7 100644 --- a/PeakModeller.py +++ b/PeakModeller.py @@ -37,7 +37,7 @@ def concatInfiles(infile): ''' # read input file - df = pd.read_csv(infile, sep="\t", float_precision='high') + df = pd.read_csv(infile, sep="\t", float_precision='high', low_memory=False) #df['Experiment'] = infile[0] df['Filename'] = infile # add folder name into column