Commit ae39fbd7 authored by Mario Chirinos's avatar Mario Chirinos

update

parent c62bb949
......@@ -28,7 +28,7 @@ def getMinMax(clase):
with open('minmax_'+clase+'.csv', 'w') as outfile:
writer = csv.DictWriter(outfile, fieldnames=polylist[0].keys())
writer.writerheader()
writer.writeheader()
for item in polylist:
writer(item)
# json.dump(polylist, outfile)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment