mungeR

Results 1 issues of mungeR

Code not optimized for python3... Example: `print value` should be `print(value)`, `dict.iteritems()` should be replaced by `dict.items()`. And in the end, i got no rules with my value.csv file, and...