fromrdd int key handling
jwittenbach opened this issue · 0 comments
jwittenbach commented
Currently Series.fromrdd
and Images.fromrdd
both expect the keys in the RDD to be tuples. A common mistake is, when the keys are 1D, to leave them as ints, forgetting to wrap them in a tuple. This case is simple enough, that we could check for this and handle int keys.