Hi folks, having an issue where one of my transforms returns a series whose index length is shorter than the rest of the dataframe; ideally I'd like to append the series to the dataframe with values for missing indexes being defaulted to null, but am encountering a pandas error (below) - should it be possible to do this?
ValueError: array length 618 does not match index length 1759