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 197 forks source link

Add pointwise parameter in frame1.zip #434

Closed zyzhu closed 5 years ago

zyzhu commented 5 years ago

To address #432

  1. Added pointwise parameter in frame1.zip. If false, the unmatched column will be missing. If true, the column will be left unchanged.
  2. Adjusted PointwiseFrameFrame to call frame1.zip with pointwise set to be true
  3. Adjusted zipAlign with pointwise set to be false to keep the original behavior
  4. Added unit test