To populate the mode of operation columns, we sometimes manually add in the values (ie. 1 or 2), sometimes we loop over a list (ie. mode = [1,2]), and there may be a couple other random ways we do it. Lets standardize this and have all files using the same definition to create the mode column in the same way
To populate the mode of operation columns, we sometimes manually add in the values (ie.
1
or2
), sometimes we loop over a list (ie.mode = [1,2]
), and there may be a couple other random ways we do it. Lets standardize this and have all files using the same definition to create the mode column in the same way_Originally posted by @Kiel-SFU in https://github.com/DeltaE/Canada-U.S.-ElecTrade/pull/102#discussion_r788084701_