Skip to content
Snippets Groups Projects
Commit d0727cf5 authored by Sven Warris's avatar Sven Warris
Browse files

skiprows

parent c3379dec
Branches
No related tags found
No related merge requests found
......@@ -545,7 +545,7 @@ class F500:
skiprows = None
else:
skiprows = 1
histogramData = pandas.read_csv(histogramFile, sep=";", header=0, skiprows=skiprows)
histogramData = pandas.read_csv(histogramFile, sep=";", header=0, skiprows=1)
histogramList.append(histogramData)
except Exception as e:
self.logger.warning("Could not process histogram file: {}".format(e))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment