Looking into the empty consumption mix for Homestead in #325, I came across a strange misalignment with data frames during the trading, specifically in _make_trade_pivot where two groupby data frames were concatenated side-by-side under the assumption that the rows matched. Turns out that was not the case (it was for the first five records, and the last five records, but the ones in the middle were definitely different).
To be replaced with a proper merge.
Looking into the empty consumption mix for Homestead in #325, I came across a strange misalignment with data frames during the trading, specifically in
_make_trade_pivotwhere two groupby data frames were concatenated side-by-side under the assumption that the rows matched. Turns out that was not the case (it was for the first five records, and the last five records, but the ones in the middle were definitely different).To be replaced with a proper merge.