rwijtvliet / portfolyo

Handling timeseries for power and gas retail portfolios.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Concatenation of several PfLines or PfStates #80

Closed Pizza2Pizza closed 5 months ago

Pizza2Pizza commented 6 months ago

Portfolio lines can be concatenated with the portfolio.concat() function. This only works if the input portfolio lines have contain compatible information (the same frequency, timezone, start-of-day, kind, etc) and, crucially, their indices are gapless and without overlap. To remove any overlap, use the .slice[] property.