Skip to content

Commit

Permalink
low_memory=False
Browse files Browse the repository at this point in the history
  • Loading branch information
alaguillog committed Mar 16, 2022
1 parent 2503bfa commit b786deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PeakModeller.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b786deb

Please sign in to comment.