fslaborg / Deedle

Easy to use .NET library for data and time series manipulation and for scientific programming
http://fslab.org/Deedle/
BSD 2-Clause "Simplified" License
924 stars 196 forks source link

add series intersection #407

Closed alexpantyukhin closed 5 years ago

zyzhu commented 5 years ago

Thanks for helping Deedle!

Could you add attribute similar to series.Zip? /// [category:Merging, joining and zipping] Intersect function will appear during doc generations in the section together with merge (which is a union operation). https://fslab.org/Deedle/reference/deedle-series-2.html#section2

BTW, there is a typo interesectIndex

alexpantyukhin commented 5 years ago

Thank you very much for your comment! Yes, I will do as soon as I can.

alexpantyukhin commented 5 years ago

@zyzhu Done.