Ransomware-Json-Dataset icon indicating copy to clipboard operation
Ransomware-Json-Dataset copied to clipboard

Resolve multiple indexes with row_values

Open codingo opened this issue 8 years ago • 0 comments
trafficstars

excel_to_json is accessing the same values from row_values by index multiple times. Defining intermediate variables (e.g. defining name = row_values[6] and using name variable later on) and avoiding accessing an element by index more than once might have a positive impact

codingo avatar Mar 03 '17 04:03 codingo